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

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 20:01:13 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351517: [DOCS] it it => it (authored by Higuoxing, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56533?vs=180997&id=182449#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56533

Files:
  llvm/trunk/docs/LangRef.rst


Index: llvm/trunk/docs/LangRef.rst
===================================================================
--- llvm/trunk/docs/LangRef.rst
+++ llvm/trunk/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.182449.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190118/ddd4632b/attachment.bin>


More information about the llvm-commits mailing list