summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-12-05 12:59:28 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-12-05 12:59:28 +0100
commit07b4c20bf6ed1b5d3fe6de6ed2bd5781dfe1b01d (patch)
tree09d5d5908c235437960542a88b28018d32024995 /lisp/cedet
parent7f806d76f8392bf907f836c1a9a246811bfb5a45 (diff)
downloademacs-07b4c20bf6ed1b5d3fe6de6ed2bd5781dfe1b01d.tar.gz
Fix typo.
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/db-find.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el
index 58fca963a58..a651e08d53c 100644
--- a/lisp/cedet/semantic/db-find.el
+++ b/lisp/cedet/semantic/db-find.el
@@ -575,7 +575,7 @@ a new path from the provided PATH."
(setq ans (semanticdb-file-table
(car systemdb)
;; I would expect most omniscient to return the same
-o ;; thing regardless of filename, but we may have
+ ;; thing regardless of filename, but we may have
;; one that can return a table of all things the
;; current file needs.
(buffer-file-name (current-buffer))))