From: Michael Snyder Date: Tue, 16 Jan 2001 17:36:44 +0000 (+0000) Subject: 2001-01-16 Michael Snyder X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c6d0598f9c233f497e76c8a55821e4a96650c7bd;p=pf3gnuchains%2Fpf3gnuchains3x.git 2001-01-16 Michael Snyder * source.c (openp): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ef0ae5aac8..bdd13203bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-01-16 Michael Snyder + + * source.c (openp): Fix typo in comment. + 2001-01-12 Nicholas Duffek * blockframe.c (generic_get_saved_register): Spelling fix. diff --git a/gdb/source.c b/gdb/source.c index 3d639b9e1a..95f597bb0b 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -500,7 +500,7 @@ source_info (char *ignore, int from_tty) 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 + 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