misc: ibmasm: Modify matricies to matrices
The plural of "matrix" is "matrices". Signed-off-by: Guoqing Chi <chiguoqing@yulong.com> Link: https://lore.kernel.org/r/20210621031100.13093-1-chi962464zy@163.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7487257cea
commit
1db376113e
|
@ -43,7 +43,7 @@
|
|||
#define REMOTE_BUTTON_MIDDLE 0x02
|
||||
#define REMOTE_BUTTON_RIGHT 0x04
|
||||
|
||||
/* size of keysym/keycode translation matricies */
|
||||
/* size of keysym/keycode translation matrices */
|
||||
#define XLATE_SIZE 256
|
||||
|
||||
struct mouse_input {
|
||||
|
|
Loading…
Reference in New Issue