diff options
author | Hans Wennborg <hans@chromium.org> | 2020-01-07 16:06:14 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-01-07 16:06:14 +0100 |
commit | e334a3a60f1161e11191ddcc1ba2b16b08db03bd (patch) | |
tree | 3d1338f0748dabe5d62337abb42970671db5b91f /llvm/docs/LangRef.rst | |
parent | 3c7f740f284274636db72fb84e563bd5b55c8eb8 (diff) | |
download | bcm5719-llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.tar.gz bcm5719-llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.zip |
[docs] NFC: Fix typos in documents
"the the" -> "the"
"an" -> "a"
Patch by Kazuaki Ishizaki <ishizaki@jp.ibm.com>!
Differential revision: https://reviews.llvm.org/D72091
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9bc5f4285a7..97e454e5e53 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10308,7 +10308,7 @@ This instruction requires several arguments: #. If the musttail call appears in a function with the ``"thunk"`` attribute and the caller and callee both have varargs, than any unprototyped arguments in register or memory are forwarded to the callee. Similarly, - the return value of the callee is returned the the caller's caller, even + the return value of the callee is returned to the caller's caller, even if a void return type is in use. Both markers imply that the callee does not access allocas from the caller. |