summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-14 18:45:43 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-16 13:11:06 -0700
commit4867500ce81c7abb11f76289cbdf3e1482fe3a68 (patch)
treeb189563c3bcf392e2ebedcc62c267caf6eb2d302 /ext
parent2e7f3bb8586e4cd5642454b72d20642059166eb4 (diff)
doc: fix typos in doc argument names, removing doxygen warnings
Change-Id: I9319fcb8fadd375b6bbec861636c196defcf7def Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Diffstat (limited to 'ext')
-rw-r--r--ext/lib/crypto/tinycrypt/include/tinycrypt/sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lib/crypto/tinycrypt/include/tinycrypt/sha256.h b/ext/lib/crypto/tinycrypt/include/tinycrypt/sha256.h
index 2233f3ebd..c8c9c57af 100644
--- a/ext/lib/crypto/tinycrypt/include/tinycrypt/sha256.h
+++ b/ext/lib/crypto/tinycrypt/include/tinycrypt/sha256.h
@@ -120,7 +120,7 @@ int32_t tc_sha256_update(TCSha256State_t s,
* If your application intends to have sensitive data in this
* buffer, remind to erase it after the data has been processed
* @param digest unsigned eight bit integer
- * @param Sha256 state struct
+ * @param s Sha256 state struct
*/
int32_t tc_sha256_final(uint8_t *digest, TCSha256State_t s);