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. */