[MSVFW32]
[reactos.git] / reactos / dll / win32 / msvfw32 / msvideo_main.c
index 0b64420..f76b42a 100644 (file)
@@ -59,7 +59,7 @@ struct _reg_driver
 
 static reg_driver* reg_driver_list = NULL;
 
-/* This one is a macro such that it works for both ASCII and Unicode */
+/* This one is a macro in order to work for both ASCII and Unicode */
 #define fourcc_to_string(str, fcc) do { \
        (str)[0] = LOBYTE(LOWORD(fcc)); \
        (str)[1] = HIBYTE(LOWORD(fcc)); \