]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
core: Typo (mantrix -> matrix)
authoralex-ong <the.onga@gmail.com>
Fri, 26 Jan 2018 07:18:55 +0000 (18:18 +1100)
committertmk <hasu@tmk-kbd.com>
Fri, 26 Jan 2018 07:53:27 +0000 (16:53 +0900)
tmk_core/common/keyboard.c

index 929b862af36b33374c8a14f8daa24350647acc4a..2302acb7910ffda5c4d686c796ed09b459165919 100644 (file)
@@ -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)