* symtab.c (filename_seen): Update comment.
authorDoug Evans <dje@google.com>
Fri, 13 Jul 2012 21:50:27 +0000 (21:50 +0000)
committerDoug Evans <dje@google.com>
Fri, 13 Jul 2012 21:50:27 +0000 (21:50 +0000)
gdb/ChangeLog
gdb/symtab.c

index b8884893ba2bdb2c664b374e2232d9639711c4da..5e964448097ac9db65268df180fc8e5366019069 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-13  Doug Evans  <dje@google.com>
+
+       * symtab.c (filename_seen): Update comment.
+
 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Doug Evans  <dje@google.com>
 
index e19c850376c77d9598cef5e1cfb79001076d34e2..d116e57663688dd0b780861e031e2177539a2b50 100644 (file)
@@ -3153,10 +3153,9 @@ delete_filename_seen_cache (void *ptr)
   xfree (cache);
 }
 
-/* If FILE is not already in the table of files, return zero;
+/* If FILE is not already in the table of files in CACHE, return zero;
    otherwise return non-zero.  Optionally add FILE to the table if ADD
-   is non-zero.  If *FIRST is non-zero, forget the old table
-   contents.  */
+   is non-zero.  */
 
 static int
 filename_seen (struct filename_seen_cache *cache, const char *file, int add)