summaryrefslogtreecommitdiff
path: root/src/include/taler_pq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r--src/include/taler_pq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 697917568..066f117ee 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -95,7 +95,7 @@ TALER_PQ_query_param_absolute_time_nbo (const struct
* Currency amount expected.
*
* @param name name of the field in the table
- * @param currency expected currency for the @a amount
+ * @param currency currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/
@@ -109,7 +109,7 @@ TALER_PQ_result_spec_amount_nbo (const char *name,
* Currency amount expected.
*
* @param name name of the field in the table
- * @param currency expected currency for the @a amount
+ * @param currency currency to use for @a amount
* @param[out] amount where to store the result
* @return array entry for the result specification to use
*/