summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-17 16:28:37 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-17 16:28:37 +0200
commit2c693bcb720ae66a885fcf34fa336dd3819219da (patch)
tree8b8ff4df79cb752dc35d9397211de4e7e9e97e45
parenta34891981c1311026a064af5312d7e4535c9ba11 (diff)
downloadexchange-2c693bcb720ae66a885fcf34fa336dd3819219da.tar.gz
exchange-2c693bcb720ae66a885fcf34fa336dd3819219da.tar.bz2
exchange-2c693bcb720ae66a885fcf34fa336dd3819219da.zip
fix comments
-rw-r--r--src/exchange-lib/exchange_api_context.c2
-rw-r--r--src/exchange-lib/exchange_api_context.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_context.c b/src/exchange-lib/exchange_api_context.c
index 8d6746a17..5049bb0a1 100644
--- a/src/exchange-lib/exchange_api_context.c
+++ b/src/exchange-lib/exchange_api_context.c
@@ -389,7 +389,7 @@ TALER_EXCHANGE_fini (struct TALER_EXCHANGE_Context *ctx)
* @param bufptr data downloaded via HTTP
* @param size size of an item in @a bufptr
* @param nitems number of items in @a bufptr
- * @param cls the `struct KeysRequest`
+ * @param cls the `struct MAC_DownloadBuffer`
* @return number of bytes processed from @a bufptr
*/
size_t
diff --git a/src/exchange-lib/exchange_api_context.h b/src/exchange-lib/exchange_api_context.h
index 3c54bfe07..ed954c696 100644
--- a/src/exchange-lib/exchange_api_context.h
+++ b/src/exchange-lib/exchange_api_context.h
@@ -132,7 +132,7 @@ struct MAC_DownloadBuffer
* @param bufptr data downloaded via HTTP
* @param size size of an item in @a bufptr
* @param nitems number of items in @a bufptr
- * @param cls the `struct KeysRequest`
+ * @param cls the `struct MAC_DownloadBuffer`
* @return number of bytes processed from @a bufptr
*/
size_t