Fix typo in spirv-opt help
authorDavid Neto <dneto@google.com>
Fri, 26 Aug 2016 20:25:40 +0000 (16:25 -0400)
committerDavid Neto <dneto@google.com>
Fri, 26 Aug 2016 20:27:54 +0000 (16:27 -0400)
tools/opt/opt.cpp

index 6b3d378..f8f929a 100644 (file)
@@ -54,7 +54,7 @@ Options:
   --freeze-spec-const
                Freeze the values of specialization constants to their default
                values.
-  --eliminiate-dead-const
+  --eliminate-dead-const
                Eliminate dead constants.
   -h, --help   Print this help.
   --version    Display optimizer version information.