aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz/transformation_add_type_int_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz/transformation_add_type_int_test.cpp')
-rw-r--r--test/fuzz/transformation_add_type_int_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/transformation_add_type_int_test.cpp b/test/fuzz/transformation_add_type_int_test.cpp
index ed8e00a6..4cbfed0f 100644
--- a/test/fuzz/transformation_add_type_int_test.cpp
+++ b/test/fuzz/transformation_add_type_int_test.cpp
@@ -87,7 +87,7 @@ TEST(TransformationAddTypeIntTest, IsApplicable) {
transformation.IsApplicable(context.get(), transformation_context));
// By default SPIR-V does not support 16-bit integers.
- // Below we add such capability, so the test should now be succesful.
+ // Below we add such capability, so the test should now be successful.
context.get()->get_feature_mgr()->AddCapability(SpvCapabilityInt16);
ASSERT_TRUE(TransformationAddTypeInt(7, 16, true)
.IsApplicable(context.get(), transformation_context));