aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/pc/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/pc/keyboard.c')
-rw-r--r--src/drivers/pc80/pc/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/pc80/pc/keyboard.c b/src/drivers/pc80/pc/keyboard.c
index 415dbd1d13..3849e73df0 100644
--- a/src/drivers/pc80/pc/keyboard.c
+++ b/src/drivers/pc80/pc/keyboard.c
@@ -259,7 +259,7 @@ uint8_t pc_keyboard_init(uint8_t probe_aux)
/* Run a keyboard controller self-test */
err = kbc_self_test(probe_aux, &aux_dev_detected);
- /* Ignore iterface failure as it's non-fatal. */
+ /* Ignore interface failure as it's non-fatal. */
if (err != CB_SUCCESS && err != CB_KBD_INTERFACE_FAILURE)
return 0;
@@ -370,7 +370,7 @@ void set_kbc_ps2_mode(void)
/* Run a keyboard controller self-test */
err = kbc_self_test(0, NULL);
- /* Ignore iterface failure as it's non-fatal. */
+ /* Ignore interface failure as it's non-fatal. */
if (err != CB_SUCCESS && err != CB_KBD_INTERFACE_FAILURE)
return;