[lld] ff9bc0c - fix typo
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 18:02:01 PST 2020
Author: Nico Weber
Date: 2020-03-02T21:01:50-05:00
New Revision: ff9bc0c09182ad914dcc8fd470ccf4e5eb825af8
URL: https://github.com/llvm/llvm-project/commit/ff9bc0c09182ad914dcc8fd470ccf4e5eb825af8
DIFF: https://github.com/llvm/llvm-project/commit/ff9bc0c09182ad914dcc8fd470ccf4e5eb825af8.diff
LOG: fix typo
Added:
Modified:
lld/docs/WebAssembly.rst
Removed:
################################################################################
diff --git a/lld/docs/WebAssembly.rst b/lld/docs/WebAssembly.rst
index 13ed0aeb94d4..b23f2cd462b4 100644
--- a/lld/docs/WebAssembly.rst
+++ b/lld/docs/WebAssembly.rst
@@ -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.
More information about the llvm-commits
mailing list