Skip to content

Commit 32d7211

Browse files
[NVPTX] Fix typo in NVPTXISelLowering.cpp (NFC) (#125333)
1 parent 994cea3 commit 32d7211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static void ComputePTXValueVTs(const TargetLowering &TLI, const DataLayout &DL,
286286
if (VT.isVector()) {
287287
unsigned NumElts = VT.getVectorNumElements();
288288
EVT EltVT = VT.getVectorElementType();
289-
// We require power-of-2 sized vectors becuase
289+
// We require power-of-2 sized vectors because
290290
// TargetLoweringBase::getVectorTypeBreakdown() which is invoked in
291291
// ComputePTXValueVTs() cannot currently break down non-power-of-2 sized
292292
// vectors.

0 commit comments

Comments
 (0)