Skip to content

Commit 1c653da

Browse files
mandlebugamy-kwan
andcommitted
Update llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Co-authored-by: Amy Kwan <[email protected]>
1 parent cf3c737 commit 1c653da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,7 @@ MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry(
26902690
return XCOFF::XMC_TC;
26912691

26922692
// Use large code model toc entries for ehinfo symbols as they are
2693-
// never refrenced directly. The runtime loads their TOC entry
2693+
// never referenced directly. The runtime loads their TOC entry
26942694
// addresses from the trace-back table.
26952695
if (XSym->isEHInfo())
26962696
return XCOFF::XMC_TE;

0 commit comments

Comments
 (0)