From 7f3251d8a5239bee642267f9030d6d8b15a6e0ef Mon Sep 17 00:00:00 2001 From: Mariya Podchishchaeva Date: Fri, 18 Oct 2019 17:33:16 +0300 Subject: [PATCH] [SYCL][Driver][NFC] Fix typo in comment Signed-off-by: Mariya Podchishchaeva --- clang/lib/Driver/ToolChains/Clang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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