[Kernel] Fix a minor typo.
This commit is contained in:
parent
394105d359
commit
927acf1902
|
@ -25,7 +25,7 @@ dword_result_t HidReadKeys(dword_t unk1, unknown_t unk2, unknown_t unk3) {
|
||||||
* Other errors appear to be ignored?
|
* Other errors appear to be ignored?
|
||||||
*
|
*
|
||||||
* unk1 is 0
|
* unk1 is 0
|
||||||
* unk2 is a pointer to &unk3[2], possibly a 6-byte vuffer
|
* unk2 is a pointer to &unk3[2], possibly a 6-byte buffer
|
||||||
* unk3 is a pointer to a 20-byte buffer
|
* unk3 is a pointer to a 20-byte buffer
|
||||||
*/
|
*/
|
||||||
return 0xC000009D;
|
return 0xC000009D;
|
||||||
|
|
Loading…
Reference in New Issue