Skip to content

Commit 7e0c526

Browse files
authored
[LLVM][NFC] fix typo in llvm/lib/IR/ConstantsContext.h (#74195)
1 parent d04a4a0 commit 7e0c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/ConstantsContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class ShuffleVectorConstantExpr final : public ConstantExpr {
182182
};
183183

184184
/// GetElementPtrConstantExpr - This class is private to Constants.cpp, and is
185-
/// used behind the scenes to implement getelementpr constant exprs.
185+
/// used behind the scenes to implement getelementptr constant exprs.
186186
class GetElementPtrConstantExpr final : public ConstantExpr {
187187
Type *SrcElementTy;
188188
Type *ResElementTy;

0 commit comments

Comments
 (0)