Skip to content

Commit

Permalink
Merge pull request #8324 from tom-daubney-arm/fix_mbedtls_styling_doc…
Browse files Browse the repository at this point in the history
…s_228

Backport 2.28: Correct styling of Mbed TLS in documentation
  • Loading branch information
daverodgman authored Oct 6, 2023
2 parents 360320a + 0814a22 commit e0be6bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programs/ssl/ssl_context_info.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/check_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/src/external_timing/timing_alt.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e0be6bf

Please sign in to comment.