[BASESRV-CONSRV-WINSRV]
[reactos.git] / include / reactos / subsys / win / console.h
index 3b01810..1153ef9 100644 (file)
@@ -14,7 +14,7 @@
 #define IsConsoleHandle(h)  \
     (((ULONG_PTR)(h) & 0x10000003) == 0x3)
 
-/* Console reserved "file" names */
+/* Console-reserved device "file" names */
 #define CONSOLE_FILE_NAME           L"CON"
 #define CONSOLE_INPUT_FILE_NAME     L"CONIN$"
 #define CONSOLE_OUTPUT_FILE_NAME    L"CONOUT$"