[llvm] r351517 - [DOCS] it it => it

Xing GUO via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 19:56:38 PST 2019


Author: higuoxing
Date: Thu Jan 17 19:56:37 2019
New Revision: 351517

URL: http://llvm.org/viewvc/llvm-project?rev=351517&view=rev
Log:
[DOCS] it it => it

Summary: it it => it for LLVM Language Reference Manual

Reviewers: aaron.ballman, Higuoxing, liangdzou

Reviewed By: aaron.ballman, Higuoxing, liangdzou

Subscribers: Higuoxing, llvm-commits

Differential Revision: https://reviews.llvm.org/D56533

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=351517&r1=351516&r2=351517&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Jan 17 19:56:37 2019
@@ -6431,7 +6431,7 @@ The '``ret``' instruction optionally acc
 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




More information about the llvm-commits mailing list