diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-01-16 17:36:44 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-01-16 17:36:44 +0000 |
commit | e7a8479f5a51b084a05d4f32da741fca4ed1bff0 (patch) | |
tree | 430ccd795eccf83d414162e7094893115e2aab76 | |
parent | 64afeba3893573416b124daeca5987131df1b73e (diff) | |
download | gdb-e7a8479f5a51b084a05d4f32da741fca4ed1bff0.zip gdb-e7a8479f5a51b084a05d4f32da741fca4ed1bff0.tar.gz gdb-e7a8479f5a51b084a05d4f32da741fca4ed1bff0.tar.bz2 |
2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
* source.c (openp): Fix typo in comment.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/source.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ef0ae5a..bdd1320 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com> + + * source.c (openp): Fix typo in comment. + 2001-01-12 Nicholas Duffek <nsd@redhat.com> * blockframe.c (generic_get_saved_register): Spelling fix. diff --git a/gdb/source.c b/gdb/source.c index 3d639b9..95f597b 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 |