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.
1 parent eb09fd5 commit 980ae19Copy full SHA for 980ae19
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -2690,7 +2690,7 @@ MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry(
2690
return XCOFF::XMC_TC;
2691
2692
// Use large code model toc entries for ehinfo symbols as they are
2693
- // never refrenced directly. The runtime loads their TOC entry
+ // never referenced directly. The runtime loads their TOC entry
2694
// addresses from the trace-back table.
2695
if (XSym->isEHInfo())
2696
return XCOFF::XMC_TE;
0 commit comments