[llvm] [LLVM] fix typo (PR #74195)

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 06:24:05 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-ir

Author: None (FusionBolt)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/74195.diff


1 Files Affected:

- (modified) llvm/lib/IR/ConstantsContext.h (+1-1) 


``````````diff
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;

``````````

</details>


https://github.com/llvm/llvm-project/pull/74195


More information about the llvm-commits mailing list