summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_traits.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:43:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:43:34 +0200
commit01f933bbdc69388eb6e0c7a476292a9b667d9027 (patch)
tree6ee2094978871ff45e4512a532cefa2ab0264d6a /src/exchange-lib/testing_api_traits.c
parent3cb0454dc0d123f3a943d787c67cd4bcfb23a325 (diff)
downloadexchange-01f933bbdc69388eb6e0c7a476292a9b667d9027.tar.gz
exchange-01f933bbdc69388eb6e0c7a476292a9b667d9027.tar.bz2
exchange-01f933bbdc69388eb6e0c7a476292a9b667d9027.zip
Get rid of "@param selector".
Diffstat (limited to 'src/exchange-lib/testing_api_traits.c')
-rw-r--r--src/exchange-lib/testing_api_traits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/testing_api_traits.c b/src/exchange-lib/testing_api_traits.c
index 3e6aedda7..81f96b8f9 100644
--- a/src/exchange-lib/testing_api_traits.c
+++ b/src/exchange-lib/testing_api_traits.c
@@ -51,8 +51,8 @@ TALER_TESTING_trait_end ()
*
* @param traits the traits array.
* @param ret where to store the result.
- * @param selector which particular object in the trait should be
- * returned.
+ * @param trait type of the trait to extract.
+ * @param index index number of the object to extract.
*
* @return GNUNET_OK if no error occurred, GNUNET_SYSERR otherwise.
*/