summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-08-28 10:54:22 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-08-28 10:54:22 +0000
commitb090827b2632f1f1d90adf6ed537bcaa76381190 (patch)
tree1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/collect2.c
parentd217a1ad3cab054b26557a021afa46aad06cff45 (diff)
downloadgcc-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.c2
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.