aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-16 22:30:18 +0200
committerMattias Andrée <m@maandree.se>2026-05-16 22:30:18 +0200
commit0554adb353e5f2cc39142e1f78464387a1137206 (patch)
tree9572b3030ef305360611732d6432133cfa4c84c3
parentMan page fixes (diff)
downloadlibar2-0554adb353e5f2cc39142e1f78464387a1137206.tar.gz
libar2-0554adb353e5f2cc39142e1f78464387a1137206.tar.bz2
libar2-0554adb353e5f2cc39142e1f78464387a1137206.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libar2_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libar2_hash.c b/libar2_hash.c
index f0f53f2..344e826 100644
--- a/libar2_hash.c
+++ b/libar2_hash.c
@@ -100,7 +100,7 @@ blockxor3_avx2(struct block *a_, const struct block *b_, const struct block *c_)
}
-/* $covered{$ (removing from coverage test because my machine does not spport AVX512F) */
+/* $covered{$ (removing from coverage test because my machine does not support AVX512F) */
LIBAR2_TARGET__("avx512f")
static void
blockxor3_avx512f(struct block *a_, const struct block *b_, const struct block *c_)