From: J.T. Conklin Date: Wed, 11 Apr 2001 01:01:04 +0000 (+0000) Subject: * maint.c: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c114dcd5b79c0b90f85f5484f22984d7cd6e8129;p=binutils-gdb.git * maint.c: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3fb89df804..dc786c54a1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-04-10 J.T. Conklin + + * maint.c: Fix typo in comment. + 2001-04-09 Keith Seitz * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer. 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. */