From df72306e07281401c8339dc17dff3fb7ff54e53b Mon Sep 17 00:00:00 2001 From: Darryl Green Date: Wed, 6 Feb 2019 15:36:00 +0000 Subject: [PATCH] Fix typo in generate_psa_constants.py --- scripts/generate_psa_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_psa_constants.py b/scripts/generate_psa_constants.py index f32339fa5..32508f286 100755 --- a/scripts/generate_psa_constants.py +++ b/scripts/generate_psa_constants.py @@ -63,7 +63,7 @@ static int psa_snprint_algorithm(char *buffer, size_t buffer_size, } else if (PSA_ALG_IS_AEAD(alg)) { core_alg = PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH(alg); if (core_alg == 0) { - /* For unkonwn AEAD algorithms, there is no "default tag length". */ + /* For unknown AEAD algorithms, there is no "default tag length". */ core_alg = alg; } else if (core_alg != alg) { append(&buffer, buffer_size, &required_size,