Index: kernel/generic/include/synch/waitq.h
===================================================================
--- kernel/generic/include/synch/waitq.h	(revision 0a02653e5c27d244b27d59a2a1a42c2d69e85891)
+++ kernel/generic/include/synch/waitq.h	(revision 0dd8c291a013f3ce092e304e4f3bc4dfc5129cc3)
@@ -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;
