From: Justin P. Mattock Date: Thu, 23 Jun 2011 06:29:19 +0000 (-0700) Subject: Input: libps2.c: fix comment typo arrrives. X-Git-Tag: upstream/snapshot3+hdmi~9553^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83ae417b857072d54c3c111067046283e3ee6b58;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Input: libps2.c: fix comment typo arrrives. Fix a typo in a comment. Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina --- diff --git a/drivers/input/serio/libps2.c b/drivers/input/serio/libps2.c index 980af94..07a8363 100644 --- a/drivers/input/serio/libps2.c +++ b/drivers/input/serio/libps2.c @@ -210,7 +210,7 @@ int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) /* * Some devices (Synaptics) peform the reset before * ACKing the reset command, and so it can take a long - * time before the ACK arrrives. + * time before the ACK arrives. */ if (ps2_sendbyte(ps2dev, command & 0xff, command == PS2_CMD_RESET_BAT ? 1000 : 200))