summaryrefslogtreecommitdiff
path: root/src/w32/pathstuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32/pathstuff.c')
-rw-r--r--src/w32/pathstuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32/pathstuff.c b/src/w32/pathstuff.c
index efde4540..e7e0afd6 100644
--- a/src/w32/pathstuff.c
+++ b/src/w32/pathstuff.c
@@ -196,7 +196,7 @@ convert_path_to_nutc(char *path)
p = ++etok;
continue;
} else if ((etok = strpbrk(etok+1, ":;")) == NULL)
- break; /* thing found was a WINDOWS32 pathname */
+ break; /* thing found was a Windows32 pathname */
/* save separator */
sep = *etok;