diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td --- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td +++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td @@ -591,7 +591,7 @@ AMDGPUDimProps Dim = dim; string OpMod = opmod; // the corresponding instruction is named IMAGE_OpMod - // These are entended to be overwritten by subclasses + // These are intended to be overwritten by subclasses bit IsSample = 0; bit IsAtomic = 0; list RetTypes = [];