From fc9b25be2dbe5392501dbc0b6659c1aa50809bc2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 May 2016 07:17:31 +0000 Subject: [PATCH] fix #4478 --- src/include/gnunet_curl_lib.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h index 2b13ee3d9..ec52299cb 100644 --- a/src/include/gnunet_curl_lib.h +++ b/src/include/gnunet_curl_lib.h @@ -64,9 +64,7 @@ GNUNET_CURL_init (GNUNET_CURL_RescheduleCallback cb, /** * Obtain the information for a select() call to wait until - * #GNUNET_CURL_perform() is ready again. Note that calling - * any other TALER_EXCHANGE-API may also imply that the library - * is again ready for #GNUNET_CURL_perform(). + * #GNUNET_CURL_perform() is ready again. * * Basically, a client should use this API to prepare for select(), * then block on select(), then call #GNUNET_CURL_perform() and then @@ -100,7 +98,7 @@ GNUNET_CURL_get_select_info (struct GNUNET_CURL_Context *ctx, /** - * Run the main event loop for the Taler interaction. + * Run the main event loop for the CURL interaction. * * @param ctx the library context */ -- 2.25.1