1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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>
This commit is contained in:
Bence Szépkúti
2021-06-28 10:26:11 +01:00
parent a1d1f5b84f
commit 1b2a8836c4
5 changed files with 9 additions and 9 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -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