@@ -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
@@ -3321,7 +3321,7 @@ static int m560_input_mapping(struct hid_device *hdev, struct hid_input *hi,
/*
* The Logitech K400 keyboard has an embedded touchpad which is seen
* as a mouse from the OS point of view. There is a hardware shortcut to disable
- * tap-to-click but the setting is not remembered accross reset, annoying some
+ * tap-to-click but the setting is not remembered across reset, annoying some
* users.
*
* We can toggle this feature from the host by using the feature 0x6010:
The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> --- drivers/hid/hid-appleir.c | 2 +- drivers/hid/hid-logitech-hidpp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)