* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.

This commit is contained in:
Tom Tromey 2012-07-23 15:01:50 +00:00
parent 8ac244b433
commit 596f7d6703
2 changed files with 6 additions and 2 deletions

View 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'

View 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)