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