Skip to content

Commit 212570f

Browse files
committed
fix comment
1 parent fc25a1f commit 212570f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enum : uint64_t {
8888
DS = 1 << 25,
8989

9090
// Combined SGPR/VGPR Spill bit
91-
// logic to seperate them out is done in isSGPRSpill and isVGPRSpill
91+
// Logic to separate them out is done in isSGPRSpill and isVGPRSpill
9292
Spill = 1 << 26,
9393

9494
// LDSDIR instruction format.

0 commit comments

Comments
 (0)