From: Eli Zaretskii Date: Mon, 3 Apr 2000 15:17:37 +0000 (+0000) Subject: Fix a typo (comtaining -> containing). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0c9b0b8a6d7478572d0de081d916e2b44fbdb80;p=binutils-gdb.git Fix a typo (comtaining -> containing). --- diff --git a/gdb/command.h b/gdb/command.h index 200a48703e4..3b916d41d93 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