diff src/w32.c @ 28932:f8b0ac62f238

Use the term `invalid' instead of `illegal'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 May 2000 14:29:08 +0000
parents 91be3fa84ccb
children 15f8d649a7a8
line wrap: on
line diff
--- a/src/w32.c	Tue May 16 11:47:30 2000 +0000
+++ b/src/w32.c	Tue May 16 14:29:08 2000 +0000
@@ -468,7 +468,7 @@
   HANDLE dir_handle;
   int len = 0;
 
-  /* must be valid filename, no wild cards or other illegal characters */
+  /* must be valid filename, no wild cards or other invalid characters */
   if (strpbrk (name, "*?|<>\""))
     return 0;
 
@@ -1913,7 +1913,7 @@
     }
 
   name = (char *) map_w32_filename (path, &path);
-  /* must be valid filename, no wild cards or other illegal characters */
+  /* must be valid filename, no wild cards or other invalid characters */
   if (strpbrk (name, "*?|<>\""))
     {
       errno = ENOENT;