aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vectors.h b/src/vectors.h
index 316904e..4443212 100644
--- a/src/vectors.h
+++ b/src/vectors.h
@@ -7,7 +7,7 @@
#if VECTORISE
-/* TOOD: support AVX */
+/* TODO: support AVX */
# if defined(__SSE__) // Intel SSE
# include "vectors-4-SSE.h"
# elif defined(__ALTIVEC__) // Power Altivec