Merge pull request #8324 from tom-daubney-arm/fix_mbedtls_styling_docs_228

Backport 2.28: Correct styling of Mbed TLS in documentation
This commit is contained in:
Dave Rodgman 2023-10-06 20:07:40 +00:00 committed by GitHub
commit e0be6bfafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* MbedTLS SSL context deserializer from base64 code
* Mbed TLS SSL context deserializer from base64 code
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0

View File

@ -930,7 +930,7 @@ def main():
"This script confirms that the naming of all symbols and identifiers "
"in Mbed TLS are consistent with the house style and are also "
"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(
"-v", "--verbose",

View File

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