summaryrefslogtreecommitdiffstats
path: root/tests/frametest.c
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2021-11-25 17:07:44 (GMT)
committerGitHub <noreply@github.com>2021-11-25 17:07:44 (GMT)
commit4c9431e9af596af0556e5da0ae99305bafb2b10b (patch)
tree1d0f5726d23b0f868637ef3023ed7fccc9b2eab0 /tests/frametest.c
parentdb57809cf189feb2dd690d55abc2884c95c6fc00 (diff)
parent4bdfb08b95ede33d41ad4c722f039b957c0dc612 (diff)
downloadlz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.zip
lz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.tar.gz
lz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.tar.bz2
Merge pull request #1042 from DimitriPapadopoulos/codespell
Fix typos found by codespell
Diffstat (limited to 'tests/frametest.c')
-rw-r--r--tests/frametest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frametest.c b/tests/frametest.c
index b3b4df8..e0fff0e 100644
--- a/tests/frametest.c
+++ b/tests/frametest.c
@@ -51,7 +51,7 @@
#include "xxhash.h" /* XXH64 */
-/* unoptimized version; solves endianess & alignment issues */
+/* unoptimized version; solves endianness & alignment issues */
static void FUZ_writeLE32 (void* dstVoidPtr, U32 value32)
{
BYTE* dstPtr = (BYTE*)dstVoidPtr;