[DOCS] it it => it
authorXing GUO <higuoxing@gmail.com>
Fri, 18 Jan 2019 03:56:37 +0000 (03:56 +0000)
committerXing GUO <higuoxing@gmail.com>
Fri, 18 Jan 2019 03:56:37 +0000 (03:56 +0000)
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

llvm-svn: 351517

llvm/docs/LangRef.rst

index b28f2e6..1110f81 100644 (file)
@@ -6431,7 +6431,7 @@ The '``ret``' instruction optionally accepts a single argument, the
 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