]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 16 Jan 2001 17:36:44 +0000 (17:36 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 16 Jan 2001 17:36:44 +0000 (17:36 +0000)
        * source.c (openp): Fix typo in comment.

gdb/ChangeLog
gdb/source.c

index ef0ae5aac8231edf81f5cda306b64a877ebcc8e8..bdd13203bcfef86852df61db660c64312a0231a8 100644 (file)
@@ -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.
index 3d639b9e1a9bec853321d75c02115cf908b38dbf..95f597bb0b67e80e19e6bf83cceaa4e06363563e 100644 (file)
@@ -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