Input: cypress_ps2 - fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 19:48:06 +0000 (12:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 21 May 2022 19:48:39 +0000 (12:48 -0700)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-27-Julia.Lawall@inria.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/cypress_ps2.c

index 5f86800..d272f1e 100644 (file)
@@ -696,7 +696,7 @@ int cypress_init(struct psmouse *psmouse)
 err_exit:
        /*
         * Reset Cypress Trackpad as a standard mouse. Then
-        * let psmouse driver commmunicating with it as default PS2 mouse.
+        * let psmouse driver communicating with it as default PS2 mouse.
         */
        cypress_reset(psmouse);