aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
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 824a029..195d310 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 4380da4..59c06ba 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, '/'))