aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-04-03 15:17:37 +0000
committerEli Zaretskii <eliz@gnu.org>2000-04-03 15:17:37 +0000
commitc0c9b0b8a6d7478572d0de081d916e2b44fbdb80 (patch)
tree6bde9ff8e2688c404e902411d18c49eab4bf59e3 /gdb
parent515ad16ca794d4b793f853ca68a5371589a27bd7 (diff)
downloadfsf-binutils-gdb-c0c9b0b8a6d7478572d0de081d916e2b44fbdb80.zip
fsf-binutils-gdb-c0c9b0b8a6d7478572d0de081d916e2b44fbdb80.tar.gz
fsf-binutils-gdb-c0c9b0b8a6d7478572d0de081d916e2b44fbdb80.tar.bz2
Fix a typo (comtaining -> containing).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 200a487..3b916d4 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -136,7 +136,7 @@ struct cmd_list_element
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