From: alex-ong Date: Fri, 26 Jan 2018 07:18:55 +0000 (+1100) Subject: core: Typo (mantrix -> matrix) X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=inline;h=f9e3bf7f3853c90c100b9e2d41679a7cb8c57fab;p=max%2Ftmk_keyboard.git core: Typo (mantrix -> matrix) --- diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index 929b862a..2302acb7 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -93,7 +93,7 @@ void keyboard_init(void) } /* - * Do keyboard routine jobs: scan mantrix, light LEDs, ... + * Do keyboard routine jobs: scan matrix, light LEDs, ... * This is repeatedly called as fast as possible. */ void keyboard_task(void)