From e150086652ed773adc45e223031202a13b844ff6 Mon Sep 17 00:00:00 2001 From: Phoebe Wang Date: Fri, 30 Sep 2022 14:00:42 +0800 Subject: [PATCH] [Doc] Fix typo. NFC Fixes #56429 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 1778a0a..28748a1 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -2245,7 +2245,7 @@ example: about the range of vscale. ``"min-legal-vector-width"=""`` This attribute indicates the minimum legal vector width required by the - calling conversion. It is the maximum width of vector arguments and + calling convension. It is the maximum width of vector arguments and returnings in the function and functions called by this function. Because all the vectors are supposed to be legal type for compatibility. Backends are free to ignore the attribute if they don't need to support -- 2.7.4