From ec8a4ba3c2262b6537f1ab5c887899dec3a98b99 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:16:22 +0200 Subject: [PATCH] sys/hashes: fix typos --- sys/hashes/sha3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/hashes/sha3.c b/sys/hashes/sha3.c index 313915b68c..a7af5182c6 100644 --- a/sys/hashes/sha3.c +++ b/sys/hashes/sha3.c @@ -40,7 +40,7 @@ The drawbacks of this implementation are: - There is no message queue. The whole message must be ready in a buffer. - - It is not optimized for peformance. + - It is not optimized for performance. The implementation is even simpler on a little endian platform. Just define the LITTLE_ENDIAN symbol in that case.