[Kernel] Fix a minor typo.

This commit is contained in:
gibbed 2018-11-20 13:05:38 -06:00
parent 394105d359
commit 927acf1902
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ dword_result_t HidReadKeys(dword_t unk1, unknown_t unk2, unknown_t unk3) {
* Other errors appear to be ignored?
*
* 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
*/
return 0xC000009D;