Skip to content

Commit f499277

Browse files
badervmaksimo
authored andcommitted
Fix typo in the comments.
1 parent e620e14 commit f499277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/SPIRVWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ SPIRVValue *LLVMToSPIRV::transIntrinsicInst(IntrinsicInst *II,
26082608
case Intrinsic::dbg_label:
26092609
case Intrinsic::trap:
26102610
// llvm.trap intrinsic is not implemented. But for now don't crash. This
2611-
// change is pending the trap/abort intrisinc implementation.
2611+
// change is pending the trap/abort intrinsic implementation.
26122612
return nullptr;
26132613
default:
26142614
if (BM->isSPIRVAllowUnknownIntrinsicsEnabled())

0 commit comments

Comments
 (0)