aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-23 15:01:50 +0000
committerTom Tromey <tromey@redhat.com>2012-07-23 15:01:50 +0000
commit596f7d6703497a1482059bee3b0d54bb5e40ccf9 (patch)
treecb91ff016283e6a51e196f2512185fd0eb379d4a /gdb/gdb_bfd.c
parent8ac244b433d5d36b787afd36f7144069e7d837e0 (diff)
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
Diffstat (limited to 'gdb/gdb_bfd.c')
-rw-r--r--gdb/gdb_bfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c
index 095d0f34e2..aa222b9ba7 100644
--- a/gdb/gdb_bfd.c
+++ b/gdb/gdb_bfd.c
@@ -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)