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/pkcs11.h b/include/mbedtls/pkcs11.h index aa549fd..7632929 100644 --- a/include/mbedtls/pkcs11.h +++ b/include/mbedtls/pkcs11.h
@@ -54,7 +54,7 @@ } mbedtls_pkcs11_context; /** - * Initialize a mbetls_pkcs11_context. + * Initialize a mbedtls_pkcs11_context. * (Just making memory references valid.) */ void mbedtls_pkcs11_init( mbedtls_pkcs11_context *ctx );