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 ce093d5 commit 635eb5fCopy full SHA for 635eb5f
clang/lib/Basic/Targets/PPC.cpp
@@ -804,7 +804,7 @@ ArrayRef<TargetInfo::GCCRegAlias> PPCTargetInfo::getGCCRegAliases() const {
804
return llvm::ArrayRef(GCCRegAliases);
805
}
806
807
-// PPC ELFABIv2 DWARF Definitoin "Table 2.26. Mappings of Common Registers".
+// PPC ELFABIv2 DWARF Definition "Table 2.26. Mappings of Common Registers".
808
// vs0 ~ vs31 is mapping to 32 - 63,
809
// vs32 ~ vs63 is mapping to 77 - 108.
810
const TargetInfo::AddlRegName GCCAddlRegNames[] = {
0 commit comments