diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-11-24 14:42:01 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-11-24 14:42:01 +0100 |
commit | 57affb94feb5348dfae198e97ed0f27a6f97adff (patch) | |
tree | 03e1c0a374dcb469dd0aa035f1840f20f180aa5f /src/include/taler_crypto_lib.h | |
parent | 1ca54c5df12dc7fd5e9891b64d3e8eb61848e08e (diff) |
Fix wrong comment
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index a3c21b386..082b439b2 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -190,7 +190,7 @@ struct TALER_AuditorPublicKeyP /** - * @brief Type of the public key used by the auditor. + * @brief Type of signatures used by the auditor. */ struct TALER_AuditorSignatureP { |