Correct documentation references to Mbed TLS
Use the correct formatting of the product name in the documentation.
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/include/mbedtls/build_info.h b/include/mbedtls/build_info.h
index 771aeb5..53327a8 100644
--- a/include/mbedtls/build_info.h
+++ b/include/mbedtls/build_info.h
@@ -28,7 +28,7 @@
/*
* This set of compile-time defines can be used to determine the version number
- * of the mbed TLS library used. Run-time variables for the same can be found in
+ * of the Mbed TLS library used. Run-time variables for the same can be found in
* version.h
*/
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index 21f0c77..3a4189d 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -28,7 +28,7 @@
* This is an optional version symbol that enables comatibility handling of
* config files.
*
- * It is equal to the #MBEDTLS_VERSION_NUMBER of the mbedtls version that
+ * It is equal to the #MBEDTLS_VERSION_NUMBER of the Mbed TLS version that
* introduced the config format we want to be compatible with.
*/
//#define MBEDTLS_CONFIG_VERSION 0x03000000
diff --git a/include/mbedtls/version.h b/include/mbedtls/version.h
index 648db7e..773da4a 100644
--- a/include/mbedtls/version.h
+++ b/include/mbedtls/version.h
@@ -21,7 +21,7 @@
*/
/*
* This set of run-time variables can be used to determine the version number of
- * the mbed TLS library used. Compile-time version defines for the same can be
+ * the Mbed TLS library used. Compile-time version defines for the same can be
* found in build_info.h
*/
#ifndef MBEDTLS_VERSION_H