From 7586afdf7d00cc99c5046ce7ec2f1fb64258be1f Mon Sep 17 00:00:00 2001 From: Daniel Morais Date: Wed, 4 Oct 2023 11:06:24 +0200 Subject: [PATCH] Fix spelling issue --- src/bolos/cx_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bolos/cx_utils.h b/src/bolos/cx_utils.h index 05e43e05..c8e3b629 100644 --- a/src/bolos/cx_utils.h +++ b/src/bolos/cx_utils.h @@ -10,7 +10,7 @@ #ifndef NATIVE_64BITS // NO 64BITS /** 64bits types, native or by-hands, depending on target and/or compiler * support. - * This type is defined here only because sha-3 struct used it INTENALLY. + * This type is defined here only because sha-3 struct used it INTERNALLY. * It should never be directly used by other modules. */ struct uint64_s {