From: Michael Snyder Date: Tue, 5 Dec 2000 03:15:31 +0000 (+0000) Subject: 2000-12-04 Michael Snyder X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2987e7215be877b09238fa54cf615983616b3c40;p=pf3gnuchains%2Fpf3gnuchains3x.git 2000-12-04 Michael Snyder * utils.c (internal_verror): Fix typo in error msg. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c1de70971c..1754bfe401 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-12-04 Michael Snyder + + * utils.c (internal_verror): Fix typo in error msg. + 2000-12-03 Mark Kettenis * Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list. diff --git a/gdb/utils.c b/gdb/utils.c index 46d0eb1e6f..6895c02db1 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -699,7 +699,7 @@ internal_verror (const char *fmt, va_list ap) /* Default (no case) is to quit GDB. When in batch mode this lessens the likelhood of GDB going into an infinate loop. */ continue_p = query ("\ -An internal GDB error was detected. This may make make further\n\ +An internal GDB error was detected. This may make further\n\ debugging unreliable. Continue this debugging session? "); /* Default (no case) is to not dump core. Lessen the chance of GDB