diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-01-02 03:53:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-01-02 03:53:53 +0000 |
commit | 396a24671935a40f9b9681416e8837488fefcea2 (patch) | |
tree | 8df5babec2ef57864bf17f3b8f4ada3704ac70da /ld/mri.c | |
parent | 55ac548dfbc3a914db2b07b958523573f34690a1 (diff) | |
download | gdb-396a24671935a40f9b9681416e8837488fefcea2.zip gdb-396a24671935a40f9b9681416e8837488fefcea2.tar.gz gdb-396a24671935a40f9b9681416e8837488fefcea2.tar.bz2 |
* 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) { |