[llvm] r264933 - fix typos
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 14:38:20 PDT 2016
Author: spatel
Date: Wed Mar 30 16:38:20 2016
New Revision: 264933
URL: http://llvm.org/viewvc/llvm-project?rev=264933&view=rev
Log:
fix typos
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=264933&r1=264932&r2=264933&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Mar 30 16:38:20 2016
@@ -8022,7 +8022,7 @@ Arguments:
The '``icmp``' instruction takes three operands. The first operand is
the condition code indicating the kind of comparison to perform. It is
-not a value, just a keyword. The possible condition code are:
+not a value, just a keyword. The possible condition codes are:
#. ``eq``: equal
#. ``ne``: not equal
@@ -8119,7 +8119,7 @@ Arguments:
The '``fcmp``' instruction takes three operands. The first operand is
the condition code indicating the kind of comparison to perform. It is
-not a value, just a keyword. The possible condition code are:
+not a value, just a keyword. The possible condition codes are:
#. ``false``: no comparison, always returns false
#. ``oeq``: ordered and equal
More information about the llvm-commits
mailing list