From: Kazu Hirata Date: Thu, 10 Aug 2000 21:37:46 +0000 (+0000) Subject: 2000-08-10 Kazu Hirata X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3d0f6157bd75368c0548b34e1b56c133d48ceef;p=binutils-gdb.git 2000-08-10 Kazu Hirata * gdba.el: Fix a typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b59ccc38db..043a0c8c2fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2000-08-10 Kazu Hirata * hppa_tdep.c: Fix a comment typo. + * gdba.el: Likewise. 2000-08-10 Tom Tromey diff --git a/gdb/gdba.el b/gdb/gdba.el index 0f715864228..772977fc955 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)