input/Stream: remove obsolete comment

This commit is contained in:
Max Kellermann 2018-06-14 17:31:33 +02:00
parent 510d2514a0
commit d7c94e30c5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
/**
* A cond that gets signalled when the state of this object
* changes from the I/O thread. The client of this object may
* wait on it. Optional, may be nullptr.
* wait on it.
*
* This object is allocated by the client, and the client is
* responsible for freeing it.