summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/VectorUtilsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Analysis/VectorUtilsTest.cpp')
-rw-r--r--llvm/unittests/Analysis/VectorUtilsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Analysis/VectorUtilsTest.cpp b/llvm/unittests/Analysis/VectorUtilsTest.cpp
index 7a698f30822..074316082d1 100644
--- a/llvm/unittests/Analysis/VectorUtilsTest.cpp
+++ b/llvm/unittests/Analysis/VectorUtilsTest.cpp
@@ -433,7 +433,7 @@ TEST_F(VFShapeAPITest, Parameters_ValidOpenMPLinear) {
TEST_F(VFShapeAPITest, Parameters_Invalid) {
#ifndef NDEBUG
- // Wrong order is checked by an asseretion: make sure that the
+ // Wrong order is checked by an assertion: make sure that the
// assertion is not removed.
EXPECT_DEATH(validParams({{1, VFParamKind::Vector}}),
"Broken parameter list.");
OpenPOWER on IntegriCloud