This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix typo in error msg.



In internal_verror, the error message has the word "make" twice.

2000-12-04  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * utils.c (internal_verror): Fix typo in error msg.

Index: utils.c
===================================================================
RCS file: /cvs/src/src/gdb/utils.c,v
retrieving revision 1.23
diff -c -3 -p -r1.23 utils.c
*** utils.c	2000/11/20 02:06:19	1.23
--- utils.c	2000/12/05 03:14:31
*************** internal_verror (const char *fmt, va_lis
*** 699,705 ****
    /* 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\
  debugging unreliable.  Continue this debugging session? ");
  
    /* Default (no case) is to not dump core.  Lessen the chance of GDB
--- 699,705 ----
    /* 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 further\n\
  debugging unreliable.  Continue this debugging session? ");
  
    /* Default (no case) is to not dump core.  Lessen the chance of GDB

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]