summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/files.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-11-16 22:26:17 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-11-16 22:27:36 -0800
commit1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe (patch)
treea5082b3b9eef087f521154f17becbb810ebf1017 /lisp/cedet/ede/files.el
parent0921dbc3ab4dcc6b291ef45e46a24b322bbcb885 (diff)
downloademacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/files.el')
-rw-r--r--lisp/cedet/ede/files.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el
index 1a97bfc4a5d..f9a855854c2 100644
--- a/lisp/cedet/ede/files.el
+++ b/lisp/cedet/ede/files.el
@@ -85,7 +85,7 @@ of the anchor file for the project."
;; Why INODEs?
-;; An inode represents is a unique id that trancends symlinks, hardlinks, etc
+;; An inode represents a unique ID that transcends symlinks, hardlinks, etc.
;; so when we cache an inode in a project, and hash directories to inodes, we
;; can avoid costly filesystem queries and regex matches.
@@ -196,7 +196,7 @@ If optional EXACT is non-nil, only return exact matches for DIR."
(let ((pin (ede--project-inode (car all)))
(inode (ede--inode-for-dir dir)))
(and (not (eql pin 0)) (equal pin inode))))
- (setq ans (car all)))
+ (setq ans (car all)))
;; Subdir via truename - slower by far, but faster than a traditional lookup.
;; Note that we must resort to truename in order to resolve issues such as
;; cross-symlink projects.
@@ -339,7 +339,7 @@ Optional FORCE means to ignore the hash of known directories."
(ede--directory-project-add-description-to-hash dirtest (or detect 'nomatch))
detect)
)))))
-
+
;;; TOPLEVEL
;;