summaryrefslogtreecommitdiffstats
path: root/contrib/xz/src/liblzma/check
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xz/src/liblzma/check')
-rw-r--r--contrib/xz/src/liblzma/check/crc32_fast.c2
-rw-r--r--contrib/xz/src/liblzma/check/sha256.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/xz/src/liblzma/check/crc32_fast.c b/contrib/xz/src/liblzma/check/crc32_fast.c
index 94da855..3de0263 100644
--- a/contrib/xz/src/liblzma/check/crc32_fast.c
+++ b/contrib/xz/src/liblzma/check/crc32_fast.c
@@ -20,7 +20,7 @@
#include "crc_macros.h"
-// If you make any changes, do some bench marking! Seemingly unrelated
+// If you make any changes, do some benchmarking! Seemingly unrelated
// changes can very easily ruin the performance (and very probably is
// very compiler dependent).
extern LZMA_API(uint32_t)
diff --git a/contrib/xz/src/liblzma/check/sha256.c b/contrib/xz/src/liblzma/check/sha256.c
index 23bda92..f2cc0d7 100644
--- a/contrib/xz/src/liblzma/check/sha256.c
+++ b/contrib/xz/src/liblzma/check/sha256.c
@@ -80,7 +80,7 @@ static const uint32_t SHA256_K[64] = {
static void
-transform(uint32_t state[static 8], const uint32_t data[static 16])
+transform(uint32_t state[8], const uint32_t data[16])
{
uint32_t W[16];
uint32_t T[8];
OpenPOWER on IntegriCloud