Skip to content

Commit 2af0695

Browse files
authored
[docs] Small spelling fix ("if <...>than -> if <...> then") (#77215)
1 parent 83be8a7 commit 2af0695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12250,7 +12250,7 @@ This instruction requires several arguments:
1225012250
#. Arguments with the :ref:`inalloca <attr_inalloca>` or
1225112251
:ref:`preallocated <attr_preallocated>` attribute are forwarded in place.
1225212252
#. If the musttail call appears in a function with the ``"thunk"`` attribute
12253-
and the caller and callee both have varargs, than any unprototyped
12253+
and the caller and callee both have varargs, then any unprototyped
1225412254
arguments in register or memory are forwarded to the callee. Similarly,
1225512255
the return value of the callee is returned to the caller's caller, even
1225612256
if a void return type is in use.

0 commit comments

Comments
 (0)