diff options
author | Nico Weber <thakis@chromium.org> | 2020-04-13 06:28:33 -0400 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2020-04-13 06:28:59 -0400 |
commit | 0fffece463b51dc759c6f240c9225801bf76bca5 (patch) | |
tree | 2a05ad8e82e483453b26cf60ab236a15b22de020 | |
parent | 48d851a92e98ca9c425d4d9bc43def3693895498 (diff) | |
download | llvm-0fffece463b51dc759c6f240c9225801bf76bca5.zip llvm-0fffece463b51dc759c6f240c9225801bf76bca5.tar.gz llvm-0fffece463b51dc759c6f240c9225801bf76bca5.tar.bz2 |
fix some doc typos to cycle bots
-rw-r--r-- | llvm/docs/Extensions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Extensions.rst b/llvm/docs/Extensions.rst index 5cf507d..110108b 100644 --- a/llvm/docs/Extensions.rst +++ b/llvm/docs/Extensions.rst @@ -157,7 +157,7 @@ is usually the associated section's comdat. 1. It must be a COMDAT section. 2. It cannot be another associative COMDAT section. -In the following example the symobl ``sym`` is the comdat symbol of ``.foo`` +In the following example the symbol ``sym`` is the comdat symbol of ``.foo`` and ``.bar`` is associated to ``.foo``. .. code-block:: gas @@ -282,7 +282,7 @@ The following directives are specified: - libpath - The paramter identifies an additional library search path to be considered + The parameter identifies an additional library search path to be considered when looking up libraries after the inclusion of this option. ``SHT_LLVM_DEPENDENT_LIBRARIES`` Section (Dependent Libraries) |