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/ctr_drbg.h b/include/mbedtls/ctr_drbg.h index a049330..059d3c5 100644 --- a/include/mbedtls/ctr_drbg.h +++ b/include/mbedtls/ctr_drbg.h
@@ -111,7 +111,7 @@ /** * \brief CTR_DRBG context initialization - * Makes the context ready for mbetls_ctr_drbg_seed() or + * Makes the context ready for mbedtls_ctr_drbg_seed() or * mbedtls_ctr_drbg_free(). * * \param ctx CTR_DRBG context to be initialized