diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-05 04:35:00 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-07-05 04:35:00 +0000 |
commit | 177b42fefa0b72f2ca50ddf7393c0f2465546ff4 (patch) | |
tree | e5f3eaa0bb2ff852d1e67fb11ab6df30160a8d0e /gdb/cli | |
parent | 4035a145a4af1e306af8a192b18662372e92a4b1 (diff) | |
download | gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.zip gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.tar.gz gdb-177b42fefa0b72f2ca50ddf7393c0f2465546ff4.tar.bz2 |
gdb/
* ada-lang.c: Fix typos.
* amd64-tdep.c: Likewise.
* breakpoint.c: Likewise.
* cli/cli-decode.c: Likewise.
* findcmd.c: Likewise.
* inline-frame.c: Likewise.
* mi/mi-main.c: Likewise.
* minsyms.c: Likewise.
* monitor.c: Likewise.
* monitor.h: Likewise.
* prologue-value.c: Likewise.
* reverse.c: Likewise.
* s390-tdep.c: Likewise.
gdb/testsuite/
* gdb.base/call-sc.c: Likewise.
* gdb.base/ifelse.exp: Likewise.
* gdb.base/structs.c: Likewise.
gdb/doc/
* gdb.texinfo: Likewise.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 33dc966..744d52e 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -1500,7 +1500,7 @@ deprecated_cmd_warning (char **text) If LINE refers to an alias, *alias will point to that alias. - If LINE is a postfix command (i.e. one that is preceeded by a prefix + If LINE is a postfix command (i.e. one that is preceded by a prefix command) set *prefix_cmd. Set *cmd to point to the command LINE indicates. |