diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
commit | b090827b2632f1f1d90adf6ed537bcaa76381190 (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/collect2.c | |
parent | d217a1ad3cab054b26557a021afa46aad06cff45 (diff) | |
download | gcc-b090827b2632f1f1d90adf6ed537bcaa76381190.tar.gz |
Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 3d6df21f125..4e930fce055 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -2099,7 +2099,7 @@ libselect (d) return (strncmp (libname, d->d_name, strlen (libname)) == 0); } -/* If one file has an additional numeric extention past LIBNAME, then put +/* If one file has an additional numeric extension past LIBNAME, then put that one first in the sort. If both files have additional numeric extensions, then put the one with the higher number first in the sort. |