Change 'accross' to 'across'.
Signed-off-by: Zhang Jiaming <[email protected]>
---
drivers/hid/hid-appleir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-appleir.c b/drivers/hid/hid-appleir.c
index 8deded185725..d84d69e52c15 100644
--- a/drivers/hid/hid-appleir.c
+++ b/drivers/hid/hid-appleir.c
@@ -117,7 +117,7 @@ struct appleir {
static int get_key(int data)
{
/*
- * The key is coded accross bits 2..9:
+ * The key is coded across bits 2..9:
*
* 0x00 or 0x01 ( ) key: 0 -> KEY_RESERVED
* 0x02 or 0x03 ( menu ) key: 1 -> KEY_MENU
--
2.34.1