From 48dcbe9cafbbfe8ae296ebdb911e199c781f3a54 Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:50:35 -0700 Subject: [PATCH] fix typo in comment --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 042ac01ef1..5efc443b98 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -45684,7 +45684,7 @@ static wc_test_ret_t test_dilithium_decode_level(const byte* rawKey, byte* der; word32 derSz; - /* Size the buffer to accomodate the largest encoded key size */ + /* Size the buffer to accommodate the largest encoded key size */ const word32 maxDerSz = DILITHIUM_MAX_PRV_KEY_DER_SIZE; /* Allocate DER buffer */