Skip to content

Commit e150086

Browse files
committed
[Doc] Fix typo. NFC
Fixes llvm#56429
1 parent 559ca30 commit e150086

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
@@ -2245,7 +2245,7 @@ example:
22452245
about the range of vscale.
22462246
``"min-legal-vector-width"="<size>"``
22472247
This attribute indicates the minimum legal vector width required by the
2248-
calling conversion. It is the maximum width of vector arguments and
2248+
calling convension. It is the maximum width of vector arguments and
22492249
returnings in the function and functions called by this function. Because
22502250
all the vectors are supposed to be legal type for compatibility.
22512251
Backends are free to ignore the attribute if they don't need to support

0 commit comments

Comments
 (0)