Message ID | 20200609124610.3445662-11-kieran.bingham+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | spelling.txt: /decriptors/descriptors/ | expand |
diff --git a/drivers/input/joystick/spaceball.c b/drivers/input/joystick/spaceball.c index cf7cbcd0c29d..92002a8b9e8b 100644 --- a/drivers/input/joystick/spaceball.c +++ b/drivers/input/joystick/spaceball.c @@ -124,7 +124,7 @@ static void spaceball_process_packet(struct spaceball* spaceball) } /* - * Spaceball 4000 FLX packets all start with a one letter packet-type decriptor, + * Spaceball 4000 FLX packets all start with a one letter packet-type descriptor, * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which * can occur in the axis values. */
The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> --- drivers/input/joystick/spaceball.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)