mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Correct styling of Mbed TLS in documentation
Several bits of documentation were incorrectly styling Mbed TLS as MbedTLS. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* MbedTLS SSL context deserializer from base64 code
|
* Mbed TLS SSL context deserializer from base64 code
|
||||||
*
|
*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
@ -930,7 +930,7 @@ def main():
|
|||||||
"This script confirms that the naming of all symbols and identifiers "
|
"This script confirms that the naming of all symbols and identifiers "
|
||||||
"in Mbed TLS are consistent with the house style and are also "
|
"in Mbed TLS are consistent with the house style and are also "
|
||||||
"self-consistent.\n\n"
|
"self-consistent.\n\n"
|
||||||
"Expected to be run from the MbedTLS root directory.")
|
"Expected to be run from the Mbed TLS root directory.")
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v", "--verbose",
|
"-v", "--verbose",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copy of the internal MbedTLS timing implementation, to be used in tests.
|
* Copy of the internal Mbed TLS timing implementation, to be used in tests.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
|
Reference in New Issue
Block a user