From 07b4c20bf6ed1b5d3fe6de6ed2bd5781dfe1b01d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 5 Dec 2011 12:59:28 +0100 Subject: [PATCH] Fix typo. --- lisp/cedet/semantic/db-find.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.11.4.GIT