Skip to content

Commit eb946cc

Browse files
apivovarovxgupta
authored andcommitted
Fix typo in comments
Reviewed By: MaskRay, jsji Differential Revision: https://reviews.llvm.org/D108857
1 parent 654e8d6 commit eb946cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ CV_REGISTER(AMD64_K7, 765)
373373

374374
CV_REGISTER(ARM_NOREG, 0)
375375

376-
// General purpose 32-bit integer regisers
376+
// General purpose 32-bit integer registers
377377

378378
CV_REGISTER(ARM_R0, 10)
379379
CV_REGISTER(ARM_R1, 11)

llvm/include/llvm/Target/TargetOptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ namespace llvm {
174174

175175
/// EnableAIXExtendedAltivecABI - This flag returns true when -vec-extabi is
176176
/// specified. The code generator is then able to use both volatile and
177-
/// nonvolitle vector regisers. When false, the code generator only uses
177+
/// nonvolitle vector registers. When false, the code generator only uses
178178
/// volatile vector registers which is the default setting on AIX.
179179
unsigned EnableAIXExtendedAltivecABI : 1;
180180

llvm/lib/Target/PowerPC/PPCInstrInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ bool PPCInstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
30103010
.addReg(SrcVSR + VecNo)
30113011
.addReg(SrcVSR + VecNo);
30123012
}
3013-
// BUILD_UACC is expanded to 4 copies of the underlying vsx regisers.
3013+
// BUILD_UACC is expanded to 4 copies of the underlying vsx registers.
30143014
// So after building the 4 copies, we can replace the BUILD_UACC instruction
30153015
// with a NOP.
30163016
LLVM_FALLTHROUGH;

0 commit comments

Comments
 (0)