This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] gdba.el: Fix a typo.


Hi,

Attached is a patch to fix a typo in gdba.el.  OK to commit?

Thanks,

Kazu Hirata

2000-08-06  Kazu Hirata  <kazu@hxi.com>

	* gdba.el: Fix a typo.

============================================================

Index: gdba.el
===================================================================
RCS file: /cvs/src/src/gdb/gdba.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 gdba.el
--- gdba.el	1999/04/16 01:34:01	1.1.1.1
+++ gdba.el	2000/08/06 21:36:47
@@ -920,7 +920,7 @@
 ;; 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)
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]