summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /libiberty
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadgcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/argv.c2
-rw-r--r--libiberty/mpw.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c
index 824a0298836..195d31019a0 100644
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
@@ -82,7 +82,7 @@ SYNOPSIS
DESCRIPTION
Duplicate an argument vector. Simply scans through the
- vector, duplicating each argument argument until the
+ vector, duplicating each argument until the
terminating NULL is found.
RETURNS
diff --git a/libiberty/mpw.c b/libiberty/mpw.c
index 4380da45203..59c06ba3950 100644
--- a/libiberty/mpw.c
+++ b/libiberty/mpw.c
@@ -54,7 +54,7 @@ mpwify_filename(char *unixname, char *macname)
}
j = 0;
/* If you're going to end up with one or more colons in the middle of a
- a path after an all-Unix relative path is translated, you must add a
+ path after an all-Unix relative path is translated, you must add a
colon on the front, so that the first component is not thought to be
a disk name. */
if (unixname[0] != '/' && ! strchr (unixname, ':') && strchr (unixname, '/'))