aboutsummaryrefslogtreecommitdiff
path: root/test/opt/flatten_decoration_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/flatten_decoration_test.cpp')
-rw-r--r--test/opt/flatten_decoration_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/flatten_decoration_test.cpp b/test/opt/flatten_decoration_test.cpp
index d8d88677..63207fd2 100644
--- a/test/opt/flatten_decoration_test.cpp
+++ b/test/opt/flatten_decoration_test.cpp
@@ -43,7 +43,7 @@ OpName %Camera "Camera"
)";
}
-// Retuns types
+// Returns types
std::string TypesAndFunctionsAssembly() {
return
R"(%void = OpTypeVoid