summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-01-02 03:53:53 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-01-02 03:53:53 +0000
commit885649b98ab450cf3b86234eb9051671d6328832 (patch)
treed11b0b60d9411154a481bf2b8912b2cb2feadd12 /ld/ldfile.c
parentecfcbee094042e5f400c03436ea21244ffad03a4 (diff)
downloadbinutils-redhat-885649b98ab450cf3b86234eb9051671d6328832.tar.gz
* 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c
index b30fbe2576..5b6f2efef5 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)