diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 13:27:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 13:27:41 -0500 |
commit | c0c69a1a7cb232538e99cb4b9cf00370e8c6ce5c (patch) | |
tree | ddfe2ef236c3e230fa57560fc2a6dca447ca31a0 /tmk_core/common/matrix.h | |
parent | 3c7fa0acc10305a573bc3bb29243a7a3d601579b (diff) | |
parent | 06d21009b2198a2941f4c341807ad2290b5967f6 (diff) |
Merge pull request #1068 from adzenith/master
Minor cleanup
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r-- | tmk_core/common/matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index cee3593eee..2543f5abce 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h @@ -50,7 +50,7 @@ void matrix_init(void); uint8_t matrix_scan(void); /* whether modified from previous scan. used after matrix_scan. */ bool matrix_is_modified(void) __attribute__ ((deprecated)); -/* whether a swtich is on */ +/* whether a switch is on */ bool matrix_is_on(uint8_t row, uint8_t col); /* matrix state on row */ matrix_row_t matrix_get_row(uint8_t row); |