]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
authorTom Tromey <tromey@redhat.com>
Mon, 23 Jul 2012 15:01:50 +0000 (15:01 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Jul 2012 15:01:50 +0000 (15:01 +0000)
gdb/ChangeLog
gdb/gdb_bfd.c

index a8cd9360b980d9dbc6a28c1afd62c6a783334c20..0f7f24a07024b232b1fe15354946fa3a67a1d888 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
+
 2012-07-23  Tom Tromey  <tromey@redhat.com>
 
        * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
index 095d0f34e255d43ff6b871ee97d1d7a270d056a0..aa222b9ba70a9d9c71eb434540af50c52a9a9b74 100644 (file)
@@ -218,7 +218,7 @@ gdb_bfd_close_or_warn (struct bfd *abfd)
   return ret;
 }
 
-/* Add reference to ABFD.  Returns ABFD.  */
+/* See gdb_bfd.h.  */
 
 void
 gdb_bfd_ref (struct bfd *abfd)
@@ -242,7 +242,7 @@ gdb_bfd_ref (struct bfd *abfd)
   bfd_usrdata (abfd) = gdata;
 }
 
-/* Unreference and possibly close ABFD.  */
+/* See gdb_bfd.h.  */
 
 void
 gdb_bfd_unref (struct bfd *abfd)