Skip to content

Commit

Permalink
misc: ibmasm: Modify matricies to matrices
Browse files Browse the repository at this point in the history
The plural of "matrix" is "matrices".

Signed-off-by: Guoqing Chi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Guoqing Chi authored and gregkh committed Jun 24, 2021
1 parent 7487257 commit 1db3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1db3761

Please sign in to comment.