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/ldfile.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/ldfile.c')
-rw-r--r-- | ld/ldfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c index b30fbe2..5b6f2ef 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -402,7 +402,7 @@ try_open (name, exten) } /* Try to open NAME; if that fails, look for it in any directories - specified with -L, without and with EXTEND apppended. */ + specified with -L, without and with EXTEND appended. */ FILE * ldfile_find_command_file (name, extend) |