fix typos

llvm-svn: 264933
This commit is contained in:
Sanjay Patel 2016-03-30 21:38:20 +00:00
parent abd466ed04
commit 43d4144d0d
1 changed files with 2 additions and 2 deletions

View 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