[llvm] 7e0c526 - [LLVM][NFC] fix typo in `llvm/lib/IR/ConstantsContext.h` (#74195)

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 09:24:14 PST 2023


Author: FusionBolt
Date: 2023-12-03T01:24:10+08:00
New Revision: 7e0c5266309c1d2a0e6d766834415dff5cb65e47

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

LOG: [LLVM][NFC] fix typo in `llvm/lib/IR/ConstantsContext.h` (#74195)

Added: 
    

Modified: 
    llvm/lib/IR/ConstantsContext.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/ConstantsContext.h b/llvm/lib/IR/ConstantsContext.h
index 6023216a50708..44a926b5dc58e 100644
--- a/llvm/lib/IR/ConstantsContext.h
+++ b/llvm/lib/IR/ConstantsContext.h
@@ -182,7 +182,7 @@ class ShuffleVectorConstantExpr final : public ConstantExpr {
 };
 
 /// GetElementPtrConstantExpr - This class is private to Constants.cpp, and is
-/// used behind the scenes to implement getelementpr constant exprs.
+/// used behind the scenes to implement getelementptr constant exprs.
 class GetElementPtrConstantExpr final : public ConstantExpr {
   Type *SrcElementTy;
   Type *ResElementTy;


        


More information about the llvm-commits mailing list