diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h
index 8a8c9398d1ce2de0432fc12ba5566236cfbbdeed..2e5b2096eadf44be4efdca65ad6f5ebf501fa80f 100644
--- a/src/include/replication/walsender.h
+++ b/src/include/replication/walsender.h
@@ -74,8 +74,7 @@ typedef struct
 
 	/*
 	 * Current location of the head of the queue. All waiters should have
-	 * a waitLSN that follows this value, or they are currently being woken
-	 * to remove themselves from the queue. Protected by SyncRepLock.
+	 * a waitLSN that follows this value. Protected by SyncRepLock.
 	 */
 	XLogRecPtr	lsn;