1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Minor documentation fixes

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-01-19 21:19:02 +01:00
parent 1cc6a8ea15
commit 2991b5f6c0
3 changed files with 5 additions and 4 deletions

View File

@ -306,7 +306,7 @@ def gather_inputs(headers, test_suites, inputs_class=Inputs):
return inputs
def run_c(type_word, expressions, include_path=None, keep_c=False):
"""Generate and run a program to print out numerical values for expressions."""
"""Generate and run a program to print out numerical values of C expressions."""
if type_word == 'status':
cast_to = 'long'
printf_format = '%ld'