summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-21 14:56:42 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-21 14:56:42 +0200
commit32bce6da431371fc747e22110b89eda63290a9af (patch)
treec80539a7fb32b6c20f054a24679ccaf7d4980bd5
parentee0d0dd33f391c5b9b03e781e42e085a5ed3c126 (diff)
downloadexchange-32bce6da431371fc747e22110b89eda63290a9af.tar.gz
exchange-32bce6da431371fc747e22110b89eda63290a9af.tar.bz2
exchange-32bce6da431371fc747e22110b89eda63290a9af.zip
clarify behavior (#6194)
-rw-r--r--src/lib/exchange_api_refresh_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/exchange_api_refresh_common.c b/src/lib/exchange_api_refresh_common.c
index c415e7845..f26c5bcc4 100644
--- a/src/lib/exchange_api_refresh_common.c
+++ b/src/lib/exchange_api_refresh_common.c
@@ -206,9 +206,9 @@ deserialize_melted_coin (struct MeltedCoin *mc,
* @param dk information to serialize
* @param buf buffer to write data in, NULL to just compute
* required size
- * @param off offeset at @a buf to use
- * @return number of bytes written to @a buf at @a off, or if
- * @a buf is NULL, number of bytes required
+ * @param off offset at @a buf to use
+ * @return number of bytes written to @a buf at @a off (in addition to @a off itself), or if
+ * @a buf is NULL, number of bytes required, excluding @a off
*/
static size_t
serialize_denomination_key (const struct TALER_DenominationPublicKey *dk,