]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 23:47:33 +0000 (18:47 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 23:47:33 +0000 (18:47 -0500)
lisp/progmodes/gdb-mi.el

index ac8ecaedce89ca740b118f76b30d665cf359d394..1f134755e7c357dae7d4678d62c9e244bb3ca442 100644 (file)
@@ -45,7 +45,7 @@
 
 ;; This file uses GDB/MI as the primary interface to GDB.  It runs gdb with
 ;; GDB/MI (-interp=mi) and access CLI using "-interpreter-exec console
-;; cli-command".  This code works replaces gdb-ui.el and uses MI tokens instead
+;; cli-command".  This code replaces gdb-ui.el and uses MI tokens instead
 ;; of queues.  Eventually MI should be asynchronous.
 
 ;; Windows Platforms: