OSDN Git Service

[LangRef] fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 1 Jun 2018 15:21:14 +0000 (15:21 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 1 Jun 2018 15:21:14 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333770 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 0f9062c..0c08de6 100644 (file)
@@ -7293,7 +7293,7 @@ by the corresponding shift amount in ``op2``.
 If the ``nuw`` keyword is present, then the shift produces a poison
 value if it shifts out any non-zero bits.
 If the ``nsw`` keyword is present, then the shift produces a poison
-value it shifts out any bits that disagree with the resultant sign bit.
+value if it shifts out any bits that disagree with the resultant sign bit.
 
 Example:
 """"""""