aboutsummaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
diff options
context:
space:
mode:
authorStephen Casner <casner@acm.org>2020-06-04 12:34:17 -0700
committerStephen Casner <casner@acm.org>2020-06-04 12:34:17 -0700
commit3b9313c4205b90e19fe2993f2e47d19fe1238894 (patch)
treed2a8a4c05aabeff54063189d821814b716598b0f /bfd/pdp11.c
parentd413a6233ac3bc0afe6ff5261df1421854334a6d (diff)
downloadfsf-binutils-gdb-3b9313c4205b90e19fe2993f2e47d19fe1238894.zip
fsf-binutils-gdb-3b9313c4205b90e19fe2993f2e47d19fe1238894.tar.gz
fsf-binutils-gdb-3b9313c4205b90e19fe2993f2e47d19fe1238894.tar.bz2
Correct a comment.
* bfd/aoutx.h (translate_symbol_table): Comment had external and internal swapped. * bfd/pdp11.c (translate_symbol_table): Likewise.
Diffstat (limited to 'bfd/pdp11.c')
-rw-r--r--bfd/pdp11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c
index d41aefc..e436374 100644
--- a/bfd/pdp11.c
+++ b/bfd/pdp11.c
@@ -1494,7 +1494,7 @@ NAME (aout, make_empty_symbol) (bfd *abfd)
return &new_symbol_type->symbol;
}
-/* Translate a set of internal symbols into external symbols. */
+/* Translate a set of external symbols into internal symbols. */
bfd_boolean
NAME (aout, translate_symbol_table) (bfd *abfd,