summaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-04-11 01:01:04 +0000
committerJ.T. Conklin <jtc@redback.com>2001-04-11 01:01:04 +0000
commit7d60a97a547b41820044dfdab1e3b7d9c49fe7f5 (patch)
tree17c72e1d43c6d257cd21abff567fdf99772969e2 /gdb/maint.c
parent0d980980c869544d4e87bc23f671ed5052e95e91 (diff)
downloadgdb-7d60a97a547b41820044dfdab1e3b7d9c49fe7f5.tar.gz
* maint.c: Fix typo in comment.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index f480d1cf6e8..cd694ce721e 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. */