OSDN Git Service

* maint.c: Fix typo in comment.
authorJ.T. Conklin <jtc@redback.com>
Wed, 11 Apr 2001 01:01:04 +0000 (01:01 +0000)
committerJ.T. Conklin <jtc@redback.com>
Wed, 11 Apr 2001 01:01:04 +0000 (01:01 +0000)
gdb/ChangeLog
gdb/maint.c

index c3fb89d..dc786c5 100644 (file)
@@ -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.
index f480d1c..cd694ce 100644 (file)
@@ -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. */