Typo fix. I was thinking oct not dec.
authorJames Tabor <james.tabor@reactos.org>
Thu, 14 Jul 2005 00:27:53 +0000 (00:27 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 14 Jul 2005 00:27:53 +0000 (00:27 +0000)
svn path=/trunk/; revision=16560

reactos/subsys/win32k/ntuser/keyboard.c

index 6f5a655..6c9fe5e 100644 (file)
@@ -1153,7 +1153,7 @@ NtUserVkKeyScanEx(
         0x01 Shift key
         0x02 Ctrl key
         0x04 Alt key
-        Should have only 7 valid possibilities.
+        Should have only 8 valid possibilities. Including zero.
       */
       for(CapsState = 0; CapsState < vtwTbl->nModifications; CapsState++)
       {