[llvm] e25be77 - [NFC] [docs] Fix typo in Programmer's Manual BinaryOperator description (#160212)

via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 27 03:20:45 PDT 2025


Author: Kian Kasad
Date: 2025-09-27T10:20:40Z
New Revision: e25be7709f23ee73ccac6c51d3cad8db1b970c6c

URL: https://github.com/llvm/llvm-project/commit/e25be7709f23ee73ccac6c51d3cad8db1b970c6c
DIFF: https://github.com/llvm/llvm-project/commit/e25be7709f23ee73ccac6c51d3cad8db1b970c6c.diff

LOG: [NFC] [docs] Fix typo in Programmer's Manual BinaryOperator description (#160212)

Fixes phrase "This subclasses represents..."

Added: 
    

Modified: 
    llvm/docs/ProgrammersManual.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 602922fcb3b9c..f2b31211cf0dc 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:


        


More information about the llvm-commits mailing list