aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 602922f..f2b3121 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -3832,7 +3832,7 @@ Important Subclasses of the ``Instruction`` class
* ``BinaryOperator``
- This subclasses represents all two operand instructions whose operands must be
+ This subclass represents all two operand instructions whose operands must be
the same type, except for the comparison instructions.
.. _CastInst: