diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-08 22:10:51 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-08 22:10:51 -0800 |
commit | fe3c56695721ae0735a4556f74c63cd9104204ae (patch) | |
tree | 12d01b388bacb7734462fcc78d3d875abc24d0c5 /lisp/progmodes/gdb-mi.el | |
parent | ac6b1f816a09c514f25b26e6236cf8b82b5a777d (diff) | |
download | emacs-fe3c56695721ae0735a4556f74c63cd9104204ae.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/gdb-mi.el')
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index f9ddabf1552..e47ba3c92f3 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -1965,7 +1965,7 @@ Sets `gdb-thread-number' to new id." (setq gud-running t) ;; GDB doesn't seem to respond to -thread-info before first stop or ;; thread exit (even in non-stop mode), so this is useless. - ;; Behaviour may change in the future. + ;; Behavior may change in the future. (gdb-emit-signal gdb-buf-publisher 'update-threads)) ;; -break-insert -t didn't give a reason before gdb 6.9 |