aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-04-02 22:01:41 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-04-02 22:01:41 +0000
commite91ef457fdafa1bfb154beb4ef483207d6ad592d (patch)
treef18deb0fded90a707aecbf9138b26d9de86e5b34
parente07a351d694a99f412ecf505311e9d71dbb1332f (diff)
Correct comment
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@56 105869f7-3296-0410-a4ea-f4349344b45a
-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