Skip to content

[LLVM] fix typo #74195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2023
Merged

[LLVM] fix typo #74195

merged 1 commit into from
Dec 2, 2023

Conversation

FusionBolt
Copy link
Contributor

No description provided.

@llvmbot llvmbot added the llvm:ir label Dec 2, 2023
@llvmbot
Copy link
Member

llvmbot commented Dec 2, 2023

@llvm/pr-subscribers-llvm-ir

Author: None (FusionBolt)

Changes

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

1 Files Affected:

  • (modified) llvm/lib/IR/ConstantsContext.h (+1-1)
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;

@dtcxzyw
Copy link
Member

dtcxzyw commented Dec 2, 2023

Thank you!

@dtcxzyw dtcxzyw merged commit 7e0c526 into llvm:main Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants