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:
Guoqing Chi 2021-06-21 03:11:00 +00:00 committed by Greg Kroah-Hartman
parent 7487257cea
commit 1db376113e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {