]> Pileus Git - ~andy/linux/blobdiff - drivers/input/serio/libps2.c
random: fix locking dependency with the tasklist_lock
[~andy/linux] / drivers / input / serio / libps2.c
index 980af94ba9c822aef9fc520ac41962c9b0d249a2..07a8363f3c5c817e077f6cf9db954608585494a7 100644 (file)
@@ -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))