summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/TableGen/StructsGenTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/unittests/TableGen/StructsGenTest.cpp')
-rw-r--r--mlir/unittests/TableGen/StructsGenTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/unittests/TableGen/StructsGenTest.cpp b/mlir/unittests/TableGen/StructsGenTest.cpp
index c8b811db935..b446ca9558a 100644
--- a/mlir/unittests/TableGen/StructsGenTest.cpp
+++ b/mlir/unittests/TableGen/StructsGenTest.cpp
@@ -109,7 +109,7 @@ TEST(StructsGenTest, ClassofMissingFalse) {
llvm::SmallVector<mlir::NamedAttribute, 3> newValues(
expectedValues.begin() + 1, expectedValues.end());
- // Make a new DictionaryAttr and validate it is not a validte TestStruct.
+ // Make a new DictionaryAttr and validate it is not a validate TestStruct.
auto badDictionary = mlir::DictionaryAttr::get(newValues, &context);
ASSERT_FALSE(test::TestStruct::classof(badDictionary));
}
OpenPOWER on IntegriCloud