[PATCH] D56533: [DOCS] it it => it for LLVM Language Reference Manual

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


liangdzou created this revision.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

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.180996.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/796c8b25/attachment.bin>


More information about the llvm-commits mailing list