[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / prop.c
index ab3dd0d..910f1fe 100644 (file)
@@ -100,7 +100,7 @@ NtUserBuildPropList(HWND hWnd,
          RETURN( STATUS_INVALID_PARAMETER);
       }
 
-      /* copy list */
+      /* Copy list */
       li = (PROPLISTITEM *)Buffer;
       ListEntry = Window->PropListHead.Flink;
       while((BufferSize >= sizeof(PROPLISTITEM)) && (ListEntry != &Window->PropListHead))