diff options
Diffstat (limited to 'libiberty/mpw.c')
-rw-r--r-- | libiberty/mpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, '/')) |