From a3dd071eebb9a445c6624f08207cd415900adb28 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Tue, 25 Jun 2019 07:24:27 +0000 Subject: [PATCH] [NFC] fix trivial typos in documents git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364278 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.rst | 2 +- docs/LangRef.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CommandLine.rst b/docs/CommandLine.rst index 34bee934ce9..7c804d42c35 100644 --- a/docs/CommandLine.rst +++ b/docs/CommandLine.rst @@ -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 ` that maps the option string (e.g. ``-help``) to an ``Option*``. diff --git a/docs/LangRef.rst b/docs/LangRef.rst index b5bc2949192..41316d1dd8c 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 -- 2.40.0