diff options
author | Michael Snyder <msnyder@specifix.com> | 2001-01-16 17:36:44 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2001-01-16 17:36:44 +0000 |
commit | c6d0598f9c233f497e76c8a55821e4a96650c7bd (patch) | |
tree | 6bc67accb8d2944f13a145d83e33ca49afe45cca /gdb/source.c | |
parent | bd2a3b92d55e0c448fda27dd281f313c99a613cc (diff) | |
download | gdb-c6d0598f9c233f497e76c8a55821e4a96650c7bd.tar.gz |
2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
* source.c (openp): Fix typo in comment.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index 3d639b9e1a9..95f597bb0b6 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 |