From 4b78038b416e3e4f2fb5d1f9fd48cebe9bb45937 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 May 2019 12:00:16 +0200 Subject: [PATCH] input/InputStream: update API documentation --- src/input/InputStream.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 7b19a1e0b..c20abd706 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -56,9 +56,8 @@ public: private: /** - * 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. + * An (optional) object which gets receives events from this + * #InputStream. * * This object is allocated by the client, and the client is * responsible for freeing it.