Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 3, 2020
1 parent 138c7ac commit ff9bc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/docs/WebAssembly.rst
Expand Up @@ -137,7 +137,7 @@ By default no undefined symbols are allowed in the final binary. The flag
``--allow-undefined`` results in a WebAssembly import being defined for each
undefined symbol. It is then up to the runtime to provide such symbols.

Alternativly symbols can be marked in the source code as with the
Alternatively symbols can be marked in the source code as with the
``import_name`` and/or ``import_module`` clang attributes which signals that
they are expected to be undefined at static link time.

Expand Down

0 comments on commit ff9bc0c

Please sign in to comment.