summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-01-31 18:43:05 -0500
committerGlenn Morris <rgm@gnu.org>2012-01-31 18:43:05 -0500
commitd0045ba06180001d9306dab7e70811f05d15582f (patch)
treed4e174193094695d4a669dee187b0b9dc52d0555 /lisp
parentabbceb009c33d3fcb19a967555464efb3b3f73aa (diff)
downloademacs-d0045ba06180001d9306dab7e70811f05d15582f.tar.gz
Comment trivia.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gdb-mi.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index ff2a5f3f3e7..ac8ecaedce8 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1,6 +1,6 @@
;;; gdb-mi.el --- User Interface for running GDB
-;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
;; Author: Nick Roberts <nickrob@gnu.org>
;; Maintainer: FSF
@@ -26,7 +26,7 @@
;;; Credits:
;; This file was written by Nick Roberts following the general design
-;; used in gdb-ui.el for Emacs 22.1 - 23.1. It is currently being developed
+;; used in gdb-ui.el for Emacs 22.1 - 23.1. It was further developed
;; by Dmitry Dzhus <dima@sphinx.net.ru> as part of the Google Summer
;; of Code 2009 Project "Emacs GDB/MI migration".
@@ -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 without gdb-ui.el and uses MI tokens instead
+;; cli-command". This code works replaces gdb-ui.el and uses MI tokens instead
;; of queues. Eventually MI should be asynchronous.
;; Windows Platforms: