Index: arch/ia32/src/drivers/i8042.c
===================================================================
--- arch/ia32/src/drivers/i8042.c	(revision 1bdaa3fe91f893198b8c374a086258aecc575fc9)
+++ arch/ia32/src/drivers/i8042.c	(revision a7fdfe105a1a679fcd33e43de73fce4e1fde4aa4)
@@ -52,7 +52,7 @@
 #define LOCKED_CAPSLOCK		(1<<0)
 
-static spinlock_t keylock;	/**< keylock protects keyflags and lockflags. */
+static spinlock_t keylock;		/**< keylock protects keyflags and lockflags. */
 static volatile int keyflags;		/**< Tracking of multiple keypresses. */
-static volatile int lockflags;		/**< Tracking of multiple lock keys keypresses. */
+static volatile int lockflags;		/**< Tracking of multiple keys lockings. */
 
 /** Primary meaning of scancodes. */
