1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[NFC] fix trivial typos in documents

llvm-svn: 364278
This commit is contained in:
Hiroshi Inoue 2019-06-25 07:24:27 +00:00
parent 17d9bd7dd5
commit 7b7fe56333
2 changed files with 2 additions and 2 deletions

View File

@ -1294,7 +1294,7 @@ it cannot be guaranteed that all options will have been initialised. Hence it
should be called from ``main``.
This function can be used to gain access to options declared in libraries that
the tool writter may not have direct access to.
the tool writer may not have direct access to.
The function retrieves a :ref:`StringMap <dss_stringmap>` that maps the option
string (e.g. ``-help``) to an ``Option*``.

View File

@ -421,7 +421,7 @@ added in the future:
This calling convention aims to minimize overhead in the caller by
preserving as many registers as possible (all the registers that are
perserved on the fast path, composed of the entry and exit blocks).
preserved on the fast path, composed of the entry and exit blocks).
This calling convention behaves identical to the `C` calling convention on
how arguments and return values are passed, but it uses a different set of