fix typos
authorSanjay Patel <spatel@rotateright.com>
Wed, 30 Mar 2016 21:38:20 +0000 (21:38 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 30 Mar 2016 21:38:20 +0000 (21:38 +0000)
llvm-svn: 264933

llvm/docs/LangRef.rst

index 2cc40bf..c5704b6 100644 (file)
@@ -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