This is the mail archive of the gdb-patches@sourceware.cygnus.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] A typo in command.h



I committed the following.  Developers/maintainers are encouraged to
use M-x ispell-comments-and-strings ;-).

--- gdb/command.h~0	Sat Apr  1 18:35:50 2000
+++ gdb/command.h	Sat Apr  1 18:42:24 2000
@@ -136,7 +136,7 @@
         
        bit 2: MALLOCED_REPLACEMENT, when functions are deprecated at
        compile time (this is the way it should, in general, be done)
-       the memory comtaining the replacement string is statically
+       the memory containing the replacement string is statically
        allocated.  In some cases it makes sense to deprecate commands
        at runtime (the testsuite is one example).  In this case the
        memory for replacement is malloc'ed.  When a command is

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