[PATCH] Fix typo in comment.

Michael Snyder msnyder@cygnus.com
Tue Jan 16 09:36:00 GMT 2001


2001-01-16  Michael Snyder  <msnyder@cleaver.cygnus.com>

	* source.c (openp): Fix typo in comment.

Index: source.c
===================================================================
RCS file: /cvs/src/src/gdb/source.c,v
retrieving revision 1.6
diff -c -3 -p -r1.6 source.c
*** source.c	2000/12/15 01:01:49	1.6
--- source.c	2001/01/16 17:34:51
*************** source_info (char *ignore, int from_tty)
*** 500,506 ****
     so that "exec-file ./foo" or "symbol-file ./foo" insures that you
     get that particular version of foo or an error message).
  
!    If FILENAMED_OPENED is non-null, set it to a newly allocated string naming
     the actual file opened (this string will always start with a "/".  We
     have to take special pains to avoid doubling the "/" between the directory
     and the file, sigh!  Emacs gets confuzzed by this when we print the
--- 500,506 ----
     so that "exec-file ./foo" or "symbol-file ./foo" insures that you
     get that particular version of foo or an error message).
  
!    If FILENAME_OPENED is non-null, set it to a newly allocated string naming
     the actual file opened (this string will always start with a "/".  We
     have to take special pains to avoid doubling the "/" between the directory
     and the file, sigh!  Emacs gets confuzzed by this when we print the


More information about the Gdb-patches mailing list