diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-12-05 03:15:31 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-12-05 03:15:31 +0000 |
commit | 62fd9fad960dc88e1d36328841c34934b6615925 (patch) | |
tree | ed219ca683ece89ee43575a83947f60c97e3f129 /gdb/utils.c | |
parent | c79688eb6e1d342125275f68cc695902510b5f39 (diff) | |
download | gdb-62fd9fad960dc88e1d36328841c34934b6615925.zip gdb-62fd9fad960dc88e1d36328841c34934b6615925.tar.gz gdb-62fd9fad960dc88e1d36328841c34934b6615925.tar.bz2 |
2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>
* utils.c (internal_verror): Fix typo in error msg.
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 46d0eb1..6895c02 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 |