aboutsummaryrefslogtreecommitdiff
path: root/libiberty/mpw.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /libiberty/mpw.c
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'libiberty/mpw.c')
-rw-r--r--libiberty/mpw.c2
1 files changed, 1 insertions, 1 deletions
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, '/'))