From: Guoqing Chi <chiguoqing@yulong.com>
Date: Mon, 21 Jun 2021 03:11:00 +0000 (+0000)
Subject: misc: ibmasm: Modify matricies to matrices
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1db376113e45e31eeeda6f91096808cf1827e70c;p=linux.git

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

diff --git a/drivers/misc/ibmasm/remote.h b/drivers/misc/ibmasm/remote.h
index 8d364462aeead..ec4e78ec5a677 100644
--- a/drivers/misc/ibmasm/remote.h
+++ b/drivers/misc/ibmasm/remote.h
@@ -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 {