comparison lisp/cedet/semantic/debug.el @ 105336:bd4a08d4865a

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 04:31:40 +0000
parents 108a3a6d8be0
children 7f4c7f5c0eba
comparison
equal deleted inserted replaced
105335:af9fd1013f27 105336:bd4a08d4865a
24 ;; To provide better support for debugging parsers, this framework 24 ;; To provide better support for debugging parsers, this framework
25 ;; provides the interface for debugging. The work of parsing and 25 ;; provides the interface for debugging. The work of parsing and
26 ;; controlling and stepping through the parsing work must be implemented 26 ;; controlling and stepping through the parsing work must be implemented
27 ;; by the parser. 27 ;; by the parser.
28 ;; 28 ;;
29 ;; Fortunatly, the nature of language support files means that the parser 29 ;; Fortunately, the nature of language support files means that the parser
30 ;; may not need to be instrumented first. 30 ;; may not need to be instrumented first.
31 ;; 31 ;;
32 ;; The debugger uses EIEIO objects. One object controls the user 32 ;; The debugger uses EIEIO objects. One object controls the user
33 ;; interface, including stepping, data-view, queries. A second 33 ;; interface, including stepping, data-view, queries. A second
34 ;; object implemented here represents the parser itself. A third represents 34 ;; object implemented here represents the parser itself. A third represents