Index: kernel/generic/include/synch/waitq.h
===================================================================
--- kernel/generic/include/synch/waitq.h	(revision 96b02eb9b2f96f3843b8275c254c43a9cb6c8c88)
+++ kernel/generic/include/synch/waitq.h	(revision 9c75782060ff62e5868fdca2b26e311fe5e9be29)
@@ -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;
