From c114dcd5b79c0b90f85f5484f22984d7cd6e8129 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 11 Apr 2001 01:01:04 +0000 Subject: [PATCH] * maint.c: Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/maint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3fb89df80..dc786c54a1 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 f480d1cf6e..cd694ce721 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. */ -- 2.34.1