aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_ssl_debug_helpers.py
diff options
context:
space:
mode:
authorShaun Case <warmsocks@gmail.com>2021-12-20 21:14:10 -0800
committerDave Rodgman <dave.rodgman@arm.com>2022-05-11 21:25:51 +0100
commit8b0ecbccf465c5c795e6d2898e6af2b9af14b83c (patch)
treeb728fc64e508f4c117b2dc141bd8fd338401669a /scripts/generate_ssl_debug_helpers.py
parent5479f5321aca0b08762074372e22f2c0033d939d (diff)
downloadmbedtls-8b0ecbccf465c5c795e6d2898e6af2b9af14b83c.zip
mbedtls-8b0ecbccf465c5c795e6d2898e6af2b9af14b83c.tar.gz
mbedtls-8b0ecbccf465c5c795e6d2898e6af2b9af14b83c.tar.bz2
Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell.
Signed-off-by: Shaun Case <warmsocks@gmail.com> Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'scripts/generate_ssl_debug_helpers.py')
-rwxr-xr-xscripts/generate_ssl_debug_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_ssl_debug_helpers.py b/scripts/generate_ssl_debug_helpers.py
index 4be6fd6..1dc75c8 100755
--- a/scripts/generate_ssl_debug_helpers.py
+++ b/scripts/generate_ssl_debug_helpers.py
@@ -53,7 +53,7 @@ def preprocess_c_source_code(source, *classes):
"""
Simple preprocessor for C source code.
- Only processses condition directives without expanding them.
+ Only processes condition directives without expanding them.
Yield object according to the classes input. Most match firstly
If the directive pair does not match , raise CondDirectiveNotMatch.