[PATCH] D56533: [DOCS] it it => it

Liang ZOU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 21:55:06 PST 2019


liangdzou updated this revision to Diff 180997.
liangdzou retitled this revision from "[DOCS] it it => it for LLVM Language Reference Manual" to "[DOCS] it it => it".
liangdzou edited the summary of this revision.
liangdzou added a reviewer: aaron.ballman.

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56533/new/

https://reviews.llvm.org/D56533

Files:
  docs/LangRef.rst


Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -6431,7 +6431,7 @@
 return value. The type of the return value must be a ':ref:`first
 class <t_firstclass>`' type.
 
-A function is not :ref:`well formed <wellformed>` if it it has a non-void
+A function is not :ref:`well formed <wellformed>` if it has a non-void
 return type and contains a '``ret``' instruction with no return value or
 a return value with a type that does not match its type, or if it has a
 void return type and contains a '``ret``' instruction with a return


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56533.180997.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/0f520204/attachment.bin>


More information about the llvm-commits mailing list