diff --git a/programs/ssl/ssl_context_info.c b/programs/ssl/ssl_context_info.c index ebdef4f72b30..41b12e968913 100644 --- a/programs/ssl/ssl_context_info.c +++ b/programs/ssl/ssl_context_info.c @@ -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 diff --git a/tests/scripts/check_names.py b/tests/scripts/check_names.py index 8c08e5c6f35b..96a1d3c7b33f 100755 --- a/tests/scripts/check_names.py +++ b/tests/scripts/check_names.py @@ -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", diff --git a/tests/src/external_timing/timing_alt.h b/tests/src/external_timing/timing_alt.h index 82e8c8b3d5d5..d71ceb937870 100644 --- a/tests/src/external_timing/timing_alt.h +++ b/tests/src/external_timing/timing_alt.h @@ -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