X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Finput%2Fserio%2Flibps2.c;h=07a8363f3c5c817e077f6cf9db954608585494a7;hb=b980955236922ae6106774511c5c05003d3ad225;hp=980af94ba9c822aef9fc520ac41962c9b0d249a2;hpb=f43dc23d5ea91fca257be02138a255f02d98e806;p=~andy%2Flinux diff --git a/drivers/input/serio/libps2.c b/drivers/input/serio/libps2.c index 980af94ba9c..07a8363f3c5 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))