aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-26 00:28:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-26 00:28:40 +0200
commit05492fe790eee6322651aee16b222bdea2372719 (patch)
tree903862c33d820f6214dc214fd8188972a73f2c20 /lib/vtls/mbedtls.c
parent3a6142865fec3c54cd7081ada86c93c135e4b32f (diff)
mbedtls.c: silly spellfix of a comment
Diffstat (limited to 'lib/vtls/mbedtls.c')
-rw-r--r--lib/vtls/mbedtls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c
index 1e9891971..f61d7a96d 100644
--- a/lib/vtls/mbedtls.c
+++ b/lib/vtls/mbedtls.c
@@ -22,7 +22,7 @@
***************************************************************************/
/*
- * Source file for all mbedTSL-specific code for the TLS/SSL layer. No code
+ * Source file for all mbedTLS-specific code for the TLS/SSL layer. No code
* but vtls.c should ever call or use these functions.
*
*/