[llvm] r364278 - [NFC] fix trivial typos in documents
Hiroshi Inoue via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 00:24:27 PDT 2019
Author: inouehrs
Date: Tue Jun 25 00:24:27 2019
New Revision: 364278
URL: http://llvm.org/viewvc/llvm-project?rev=364278&view=rev
Log:
[NFC] fix trivial typos in documents
Modified:
llvm/trunk/docs/CommandLine.rst
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/CommandLine.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.rst?rev=364278&r1=364277&r2=364278&view=diff
==============================================================================
--- llvm/trunk/docs/CommandLine.rst (original)
+++ llvm/trunk/docs/CommandLine.rst Tue Jun 25 00:24:27 2019
@@ -1294,7 +1294,7 @@ it cannot be guaranteed that all options
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*``.
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=364278&r1=364277&r2=364278&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jun 25 00:24:27 2019
@@ -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
More information about the llvm-commits
mailing list