commit | 588ad50c5ab3eac08b978c9255958bca6bc5cb48 | [log] [tgz] |
---|---|---|
author | Tillmann Karras <tilkax@gmail.com> | Fri Sep 25 04:27:22 2015 +0200 |
committer | Tillmann Karras <tilkax@gmail.com> | Fri Sep 25 04:27:22 2015 +0200 |
tree | 40942a7e607555d3f62136c9f8aba31c7a213adc | |
parent | f592e8eaf6f970489c57e02ac35c3f6721c51413 [diff] [blame] |
Fix a fairly common typo in comments
diff --git a/include/mbedtls/hmac_drbg.h b/include/mbedtls/hmac_drbg.h index 4ffc646..e010558 100644 --- a/include/mbedtls/hmac_drbg.h +++ b/include/mbedtls/hmac_drbg.h
@@ -98,7 +98,7 @@ /** * \brief HMAC_DRBG context initialization - * Makes the context ready for mbetls_hmac_drbg_seed(), + * Makes the context ready for mbedtls_hmac_drbg_seed(), * mbedtls_hmac_drbg_seed_buf() or * mbedtls_hmac_drbg_free(). *