[llvm] 2af0695 - [docs] Small spelling fix ("if <...>`than` -> if <...> `then`") (#77215)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 6 17:21:33 PST 2024


Author: Mircea Trofin
Date: 2024-01-06T17:21:29-08:00
New Revision: 2af0695b875911144ed1f7b4e5679be500b86a77

URL: https://github.com/llvm/llvm-project/commit/2af0695b875911144ed1f7b4e5679be500b86a77
DIFF: https://github.com/llvm/llvm-project/commit/2af0695b875911144ed1f7b4e5679be500b86a77.diff

LOG: [docs] Small spelling fix ("if <...>`than` -> if <...> `then`") (#77215)

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b5918e3063d868..15abeb1c984c4f 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.


        


More information about the llvm-commits mailing list