misc: ibmasm: Modify matricies to matrices
authorGuoqing Chi <chiguoqing@yulong.com>
Mon, 21 Jun 2021 03:11:00 +0000 (03:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jun 2021 13:47:42 +0000 (15:47 +0200)
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>
drivers/misc/ibmasm/remote.h

index 8d364462aeead15de165696692fdc9e2a90d028e..ec4e78ec5a677b10941da7cc05ea9e1bcea6568c 100644 (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 {