Talk about "native Windows API", not "Woe32".
[gnulib.git] / tests / test-isatty.c
index a63080c..263e05e 100644 (file)
@@ -28,7 +28,7 @@ SIGNATURE_CHECK (isatty, int, (int));
 
 /* The name of the "always silent" device.  */
 #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-/* Native Woe32 API.  */
+/* Native Windows API.  */
 # define DEV_NULL "NUL"
 #else
 /* Unix API.  */