[PATCH] D100254: Typo fix

Sushma Unnibhavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 10 22:36:05 PDT 2021


sushmaunnibhavi created this revision.
sushmaunnibhavi added reviewers: Shivamgupta1234, dsanders.
sushmaunnibhavi requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100254

Files:
  llvm/docs/GlobalISel/GenericOpcode.rst


Index: llvm/docs/GlobalISel/GenericOpcode.rst
===================================================================
--- llvm/docs/GlobalISel/GenericOpcode.rst
+++ llvm/docs/GlobalISel/GenericOpcode.rst
@@ -777,7 +777,7 @@
 ^^^^^^^^^^^^^^^^
 
 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 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100254.336640.patch
Type: text/x-patch
Size: 804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210411/7e1a1747/attachment.bin>


More information about the llvm-commits mailing list