Skip to content

Commit 9aa64a8

Browse files
authored
Fixed typo in wasm2c --module-name help message (#2592)
1 parent 6572796 commit 9aa64a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/wasm2c.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static void ParseOptions(int argc, char** argv) {
9090
parser.AddOption(
9191
'n', "module-name", "MODNAME",
9292
"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"
93+
"each of the generated C symbols. By default, the module name from the\n"
9494
"names section is used. If that is not present the name of the input\n"
9595
"file is used as the default.\n",
9696
[](const char* argument) { s_write_c_options.module_name = argument; });

0 commit comments

Comments
 (0)