We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llvm/lib/IR/ConstantsContext.h
1 parent d04a4a0 commit 7e0c526Copy full SHA for 7e0c526
llvm/lib/IR/ConstantsContext.h
@@ -182,7 +182,7 @@ class ShuffleVectorConstantExpr final : public ConstantExpr {
182
};
183
184
/// GetElementPtrConstantExpr - This class is private to Constants.cpp, and is
185
-/// used behind the scenes to implement getelementpr constant exprs.
+/// used behind the scenes to implement getelementptr constant exprs.
186
class GetElementPtrConstantExpr final : public ConstantExpr {
187
Type *SrcElementTy;
188
Type *ResElementTy;
0 commit comments