diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:31:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:31:40 +0000 |
commit | 8af8468f8bbe7108469a483282f8e819d6f3bd46 (patch) | |
tree | e680118e647e30b33e114484e63a6fee66bb37f9 /lisp | |
parent | 8d0ef65698503c66bbb20ac8b306925f5fcb366e (diff) | |
download | emacs-8af8468f8bbe7108469a483282f8e819d6f3bd46.tar.gz emacs-8af8468f8bbe7108469a483282f8e819d6f3bd46.tar.bz2 emacs-8af8468f8bbe7108469a483282f8e819d6f3bd46.zip |
Fix comment typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cedet/semantic/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index c1314bdb5b3..55bf26e02ef 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el @@ -26,7 +26,7 @@ ;; controlling and stepping through the parsing work must be implemented ;; by the parser. ;; -;; Fortunatly, the nature of language support files means that the parser +;; Fortunately, the nature of language support files means that the parser ;; may not need to be instrumented first. ;; ;; The debugger uses EIEIO objects. One object controls the user |