[jsonrpc-glib] client: cleanup comment regarding incoming messages



commit a0256c6db4fc0fb7a54a52e8a11b0dc0961c268a
Author: Christian Hergert <chergert redhat com>
Date:   Mon Feb 19 13:36:45 2018 -0800

    client: cleanup comment regarding incoming messages

 src/jsonrpc-client.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/jsonrpc-client.c b/src/jsonrpc-client.c
index 59fd53f..4465fe2 100644
--- a/src/jsonrpc-client.c
+++ b/src/jsonrpc-client.c
@@ -625,8 +625,8 @@ jsonrpc_client_call_write_cb (GObject      *object,
     }
 
   /* We don't need to complete the task because it will get completed when the
-   * server replies with our reply. This is performed using an asynchronous
-   * read that will pump through the messages.
+   * server replies with our return value. This is performed using an
+   * asynchronous read that will pump through incoming messages.
    */
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]