Skip to content

Commit 30cf441

Browse files
committed
typo
Created using spr 1.3.4
1 parent 9395640 commit 30cf441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ bool GlobalValue::isInterposable() const {
111111

112112
bool GlobalValue::canBenefitFromLocalAlias() const {
113113
if (isTagged()) {
114-
// Cannot create local aliases to MTE tagged globals. Th address of a
114+
// Cannot create local aliases to MTE tagged globals. The address of a
115115
// tagged global includes a tag that is assigned by the loader in the
116116
// GOT.
117117
return false;

0 commit comments

Comments
 (0)