mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
fix typo
This commit is contained in:
parent
ce8e050d24
commit
8759475320
@ -196,7 +196,7 @@ void print_letter(u8 scancode) {
|
|||||||
kprint("Spc");
|
kprint("Spc");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* 'keuyp' event corresponds to the 'keydown' + 0x80
|
/* 'keyup' event corresponds to the 'keydown' + 0x80
|
||||||
* it may still be a scancode we haven't implemented yet, or
|
* it may still be a scancode we haven't implemented yet, or
|
||||||
* maybe a control/escape sequence */
|
* maybe a control/escape sequence */
|
||||||
if (scancode <= 0x7f) {
|
if (scancode <= 0x7f) {
|
||||||
|
Loading…
Reference in New Issue
Block a user