aboutsummaryrefslogtreecommitdiffstats
path: root/test/cedet
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /test/cedet
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'test/cedet')
-rw-r--r--test/cedet/semantic-utest-c.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el
index 946a818e70e..3fbd180290c 100644
--- a/test/cedet/semantic-utest-c.el
+++ b/test/cedet/semantic-utest-c.el
@@ -28,7 +28,7 @@
28(defvar semantic-utest-c-comparisons 28(defvar semantic-utest-c-comparisons
29 '( ("testsppreplace.c" . "testsppreplaced.c") 29 '( ("testsppreplace.c" . "testsppreplaced.c")
30 ) 30 )
31 "List of files to parse and compare against eachother.") 31 "List of files to parse and compare against each other.")
32 32
33;;; Code: 33;;; Code:
34;;;###autoload 34;;;###autoload