[llvm] e150086 - [Doc] Fix typo. NFC
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 23:01:33 PDT 2022
Author: Phoebe Wang
Date: 2022-09-30T14:00:42+08:00
New Revision: e150086652ed773adc45e223031202a13b844ff6
URL: https://github.com/llvm/llvm-project/commit/e150086652ed773adc45e223031202a13b844ff6
DIFF: https://github.com/llvm/llvm-project/commit/e150086652ed773adc45e223031202a13b844ff6.diff
LOG: [Doc] Fix typo. NFC
Fixes #56429
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 1778a0a14f3b..28748a1dfc52 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"="<size>"``
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
More information about the llvm-commits
mailing list