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

index c3fb89df804df6e95f5b90dcd7884a794aba35c0..dc786c54a1fa270979e0d71e3f0b62786da0389c 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 f480d1cf6e8284d02f43c82efa3d1e403f227cd1..cd694ce721ed845806f335be53f16c1463ee9ff0 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. */