summaryrefslogtreecommitdiff
path: root/gdb/gdb_bfd.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-23 15:01:49 +0000
committerTom Tromey <tromey@redhat.com>2012-07-23 15:01:49 +0000
commitd6c48b471538719626d3ac0eae2e3da5d5e26277 (patch)
tree46a90027fc639f511385822f4deb291b8407eab1 /gdb/gdb_bfd.c
parent612c29ac072387bbddc9b0f4321353b929d5737b (diff)
downloadgdb-d6c48b471538719626d3ac0eae2e3da5d5e26277.tar.gz
* 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 095d0f34e25..aa222b9ba70 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)