Index: kernel/generic/include/synch/waitq.h
===================================================================
--- kernel/generic/include/synch/waitq.h	(revision 96b02eb9b2f96f3843b8275c254c43a9cb6c8c88)
+++ kernel/generic/include/synch/waitq.h	(revision 2f23341b48618ee96e5c98ec8b9f9bdd2fd1b50c)
@@ -62,5 +62,5 @@
 	int missed_wakeups;
 	
-	/** List of sleeping threads for wich there was no missed_wakeup. */
+	/** List of sleeping threads for which there was no missed_wakeup. */
 	link_t head;
 } waitq_t;
