We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6572796 commit 9aa64a8Copy full SHA for 9aa64a8
src/tools/wasm2c.cc
@@ -90,7 +90,7 @@ static void ParseOptions(int argc, char** argv) {
90
parser.AddOption(
91
'n', "module-name", "MODNAME",
92
"Unique name for the module being generated. This name is prefixed to\n"
93
- "each of the generaed C symbols. By default, the module name from the\n"
+ "each of the generated C symbols. By default, the module name from the\n"
94
"names section is used. If that is not present the name of the input\n"
95
"file is used as the default.\n",
96
[](const char* argument) { s_write_c_options.module_name = argument; });
0 commit comments