[LangRef] Fix typo (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 9 Dec 2022 07:47:00 +0000 (08:47 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 9 Dec 2022 07:47:18 +0000 (08:47 +0100)
llvm/docs/LangRef.rst

index 610cebc..a23e991 100644 (file)
@@ -2560,7 +2560,7 @@ provided a dynamic value, for example:
 If the operand bundle value violates any requirements on the attribute value,
 the behavior is undefined, unless one of the following exceptions applies:
 
-* ``"assume"`` operand bundles may specify a non-power-of-two alignment
+* ``"align"`` operand bundles may specify a non-power-of-two alignment
   (including a zero alignment). If this is the case, then the pointer value
   must be a null pointer, otherwise the behavior is undefined.