Skip to content

Commit 002c6c1

Browse files
sushmaunnibhavixgupta
authored and
xgupta
committed
Typo fix
Reviewed By: dsanders Differential Revision: https://reviews.llvm.org/D100254
1 parent e8b0542 commit 002c6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/GlobalISel/GenericOpcode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ G_DYN_STACKALLOC
777777
^^^^^^^^^^^^^^^^
778778

779779
Dynamically realigns the stack pointer to the specified size and alignment.
780-
An alignment value of `0` or `1` mean no specific alignment.
780+
An alignment value of `0` or `1` means no specific alignment.
781781

782782
.. code-block:: none
783783
@@ -792,7 +792,7 @@ hints for various combines.
792792
G_ASSERT_SEXT, G_ASSERT_ZEXT
793793
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794794

795-
Signifies that the contents of a register were previously extended from a
795+
This signifies that the contents of a register were previously extended from a
796796
smaller type.
797797

798798
The smaller type is denoted using an immediate operand. For scalars, this is the

0 commit comments

Comments
 (0)