diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 1a13066bf6faeb0c25455a3d4004121cc269623a..055bc20ecdda58db46615a42c0ccfd270dc38af6 100644
--- a/kernel/watch_queue.c
+++ b/kernel/watch_queue.c
@@ -569,7 +569,7 @@ void watch_queue_clear(struct watch_queue *wqueue)
 	rcu_read_lock();
 	spin_lock_bh(&wqueue->lock);
 
-	/* Prevent new additions and prevent notifications from happening */
+	/* Prevent new notifications from being stored. */
 	wqueue->defunct = true;
 
 	while (!hlist_empty(&wqueue->watches)) {