diff --git a/clang/lib/Driver/ToolChains/Clang.cpp b/clang/lib/Driver/ToolChains/Clang.cpp index 68bc1ecaa8bf5..aca004ce65fe3 100644 --- a/clang/lib/Driver/ToolChains/Clang.cpp +++ b/clang/lib/Driver/ToolChains/Clang.cpp @@ -6832,7 +6832,7 @@ void SPIRCheck::ConstructJob(Compilation &C, const JobAction &JA, // Construct llvm-no-spir-kernel command. assert(isa(JA) && "Expecting SPIR Check job!"); - // The translator command looks like this: + // The spir check command looks like this: // llvm-no-spir-kernel .bc // Upon success, we just move ahead. Error means the check failed and // we need to exit. The expected output is the input as this is just an