aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-01 04:48:12 +0000
committerGlenn Morris2009-10-01 04:48:12 +0000
commit2551831f20b78304e0a41129fde63d4d8b1a64f0 (patch)
tree9ebe77c00bc1582a43b266f409850204a7744b46
parente2309735baeb945bccccc6a50f32a33ecac8bc90 (diff)
downloademacs-2551831f20b78304e0a41129fde63d4d8b1a64f0.tar.gz
emacs-2551831f20b78304e0a41129fde63d4d8b1a64f0.zip
Fix comment typo.
-rw-r--r--lisp/cedet/semantic/tag-write.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/tag-write.el b/lisp/cedet/semantic/tag-write.el
index 88d0ecb2f24..9c31a2f4d15 100644
--- a/lisp/cedet/semantic/tag-write.el
+++ b/lisp/cedet/semantic/tag-write.el
@@ -28,7 +28,7 @@
28;; to share tags between processes as well. 28;; to share tags between processes as well.
29;; 29;;
30;; As a bonus, these routines will also validate the tag structure, and make sure 30;; As a bonus, these routines will also validate the tag structure, and make sure
31;; that they conform to good semantic tag hygene. 31;; that they conform to good semantic tag hygiene.
32;; 32;;
33 33
34(require 'semantic) 34(require 'semantic)