diff options
author | 2003-01-02 03:53:53 +0000 | |
---|---|---|
committer | 2003-01-02 03:53:53 +0000 | |
commit | 396a24671935a40f9b9681416e8837488fefcea2 (patch) | |
tree | 8df5babec2ef57864bf17f3b8f4ada3704ac70da /ld/mri.c | |
parent | * doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi (diff) | |
download | binutils-gdb-396a24671935a40f9b9681416e8837488fefcea2.tar.gz binutils-gdb-396a24671935a40f9b9681416e8837488fefcea2.tar.bz2 binutils-gdb-396a24671935a40f9b9681416e8837488fefcea2.zip |
* ldfile.c: Fix comment typos.
* ldlang.c: Likewise.
* mri.c: Likewise.
* pe-dll.c: Likewise.
Diffstat (limited to 'ld/mri.c')
-rw-r--r-- | ld/mri.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ mri_draw_tree () /* Now build the statements for the ldlang machine. */ - /* Attatch the addresses of any which have addresses, + /* Attach the addresses of any which have addresses, and add the ones not mentioned. */ if (address != (struct section_name_struct *) NULL) { |