aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2001-04-11 01:01:04 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2001-04-11 01:01:04 +0000
commitc114dcd5b79c0b90f85f5484f22984d7cd6e8129 (patch)
treeac9f5c3c642c1b931bd12a23af0438415c52adf8 /gdb
parent6755f5adf637a6da9ac47e58fb5c927935d84a38 (diff)
downloadgdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.zip
gdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.tar.gz
gdb-c114dcd5b79c0b90f85f5484f22984d7cd6e8129.tar.bz2
* maint.c: Fix typo in comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/maint.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3fb89d..dc786c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-10 J.T. Conklin <jtc@redback.com>
+
+ * maint.c: Fix typo in comment.
+
2001-04-09 Keith Seitz <keiths@cygnus.com>
* MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
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. */