Skip to content

Commit

Permalink
Fix spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorais-ledger committed Oct 4, 2023
1 parent 429b7dd commit 7586afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bolos/cx_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7586afd

Please sign in to comment.