diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:01:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:01:50 +0000 |
commit | 596f7d6703497a1482059bee3b0d54bb5e40ccf9 (patch) | |
tree | cb91ff016283e6a51e196f2512185fd0eb379d4a /gdb/gdb_bfd.c | |
parent | 8ac244b433d5d36b787afd36f7144069e7d837e0 (diff) | |
download | gdb-596f7d6703497a1482059bee3b0d54bb5e40ccf9.zip gdb-596f7d6703497a1482059bee3b0d54bb5e40ccf9.tar.gz gdb-596f7d6703497a1482059bee3b0d54bb5e40ccf9.tar.bz2 |
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
Diffstat (limited to 'gdb/gdb_bfd.c')
-rw-r--r-- | gdb/gdb_bfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_bfd.c b/gdb/gdb_bfd.c index 095d0f3..aa222b9 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) |