Mercurial > emacs
changeset 105336:bd4a08d4865a
Fix comment typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 01 Oct 2009 04:31:40 +0000 |
parents | af9fd1013f27 |
children | 507e3735eed8 |
files | lisp/cedet/semantic/debug.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/debug.el Thu Oct 01 04:24:04 2009 +0000 +++ b/lisp/cedet/semantic/debug.el Thu Oct 01 04:31:40 2009 +0000 @@ -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