diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-08-10 21:37:46 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-08-10 21:37:46 +0000 |
commit | b3d0f6157bd75368c0548b34e1b56c133d48ceef (patch) | |
tree | af8b6e3a4bfd268fc9e430393f9223665da37686 | |
parent | b84a8afed01d9b5863136aa6922f984edaa7c715 (diff) | |
download | gdb-b3d0f6157bd75368c0548b34e1b56c133d48ceef.zip gdb-b3d0f6157bd75368c0548b34e1b56c133d48ceef.tar.gz gdb-b3d0f6157bd75368c0548b34e1b56c133d48ceef.tar.bz2 |
2000-08-10 Kazu Hirata <kazu@hxi.com>
* gdba.el: Fix a typo.
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/gdba.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b59ccc..043a0c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2000-08-10 Kazu Hirata <kazu@hxi.com> * hppa_tdep.c: Fix a comment typo. + * gdba.el: Likewise. 2000-08-10 Tom Tromey <tromey@cygnus.com> diff --git a/gdb/gdba.el b/gdb/gdba.el index 0f71586..772977f 100644 --- a/gdb/gdba.el +++ b/gdb/gdba.el @@ -920,7 +920,7 @@ buffer." ;; annotation rule binding of whatever gdb sends to tell us this command ;; might have changed it's output. ;; -;; NAME is the fucntion name. DEMAND-PREDICATE tests if output is really needed. +;; NAME is the function name. DEMAND-PREDICATE tests if output is really needed. ;; GDB-COMMAND is a string of such. OUTPUT-HANDLER is the function bound to the ;; input in the input queue (see comment about ``gdb communications'' above). (defmacro def-gdb-auto-update-trigger (name demand-predicate gdb-command output-handler) |