Skip to content

Commit

Permalink
[clang][NFC] Typo fix in PPC.cpp
Browse files Browse the repository at this point in the history
s/Definitoin/Definition/
  • Loading branch information
hubert-reinterpretcast committed Oct 7, 2023
1 parent ce093d5 commit 635eb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Basic/Targets/PPC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ ArrayRef<TargetInfo::GCCRegAlias> PPCTargetInfo::getGCCRegAliases() const {
return llvm::ArrayRef(GCCRegAliases);
}

// PPC ELFABIv2 DWARF Definitoin "Table 2.26. Mappings of Common Registers".
// PPC ELFABIv2 DWARF Definition "Table 2.26. Mappings of Common Registers".
// vs0 ~ vs31 is mapping to 32 - 63,
// vs32 ~ vs63 is mapping to 77 - 108.
const TargetInfo::AddlRegName GCCAddlRegNames[] = {
Expand Down

0 comments on commit 635eb5f

Please sign in to comment.