aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2024-01-06 17:21:29 -0800
committerGitHub <noreply@github.com>2024-01-06 17:21:29 -0800
commit2af0695b875911144ed1f7b4e5679be500b86a77 (patch)
tree6fc487cb1d379f15fa54b1f3f41139e67c808773 /llvm/docs/LangRef.rst
parent83be8a74001904a63ed0cffa0cecc43649a7bb29 (diff)
downloadllvm-2af0695b875911144ed1f7b4e5679be500b86a77.zip
llvm-2af0695b875911144ed1f7b4e5679be500b86a77.tar.gz
llvm-2af0695b875911144ed1f7b4e5679be500b86a77.tar.bz2
[docs] Small spelling fix ("if <...>`than` -> if <...> `then`") (#77215)
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b5918e3..15abeb1 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12250,7 +12250,7 @@ This instruction requires several arguments:
#. Arguments with the :ref:`inalloca <attr_inalloca>` or
:ref:`preallocated <attr_preallocated>` attribute are forwarded in place.
#. If the musttail call appears in a function with the ``"thunk"`` attribute
- and the caller and callee both have varargs, than any unprototyped
+ and the caller and callee both have varargs, then any unprototyped
arguments in register or memory are forwarded to the callee. Similarly,
the return value of the callee is returned to the caller's caller, even
if a void return type is in use.