diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-11 01:01:04 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-11 01:01:04 +0000 |
commit | c114dcd5b79c0b90f85f5484f22984d7cd6e8129 (patch) | |
tree | ac9f5c3c642c1b931bd12a23af0438415c52adf8 /gdb/maint.c | |
parent | 6755f5adf637a6da9ac47e58fb5c927935d84a38 (diff) | |
download | gdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.zip gdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.tar.gz gdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.tar.bz2 |
* maint.c: Fix typo in comment.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index f480d1c..cd694ce 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -355,7 +355,7 @@ maintenance_translate_address (char *arg, int from_tty) } -/* When a comamnd is deprecated the user will be warned the first time +/* When a command is deprecated the user will be warned the first time the command is used. If possible, a replacement will be offered. */ |