[llvm] 002c6c1 - Typo fix

via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 10 23:55:33 PDT 2021


Author: Sushma Unnibhavi
Date: 2021-04-11T12:24:27+05:30
New Revision: 002c6c1187d642fd920758973154e4a856acefb0

URL: https://github.com/llvm/llvm-project/commit/002c6c1187d642fd920758973154e4a856acefb0
DIFF: https://github.com/llvm/llvm-project/commit/002c6c1187d642fd920758973154e4a856acefb0.diff

LOG: Typo fix

Reviewed By: dsanders

Differential Revision: https://reviews.llvm.org/D100254

Added: 
    

Modified: 
    llvm/docs/GlobalISel/GenericOpcode.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GlobalISel/GenericOpcode.rst b/llvm/docs/GlobalISel/GenericOpcode.rst
index 331efd242caff..0ceaa5b6f8497 100644
--- a/llvm/docs/GlobalISel/GenericOpcode.rst
+++ b/llvm/docs/GlobalISel/GenericOpcode.rst
@@ -777,7 +777,7 @@ G_DYN_STACKALLOC
 ^^^^^^^^^^^^^^^^
 
 Dynamically realigns the stack pointer to the specified size and alignment.
-An alignment value of `0` or `1` mean no specific alignment.
+An alignment value of `0` or `1` means no specific alignment.
 
 .. code-block:: none
 
@@ -792,7 +792,7 @@ hints for various combines.
 G_ASSERT_SEXT, G_ASSERT_ZEXT
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-Signifies that the contents of a register were previously extended from a
+This signifies that the contents of a register were previously extended from a
 smaller type.
 
 The smaller type is denoted using an immediate operand. For scalars, this is the


        


More information about the llvm-commits mailing list