Skip to content

Commit faecc73

Browse files
Fznamznonvladimirlaz
authored andcommitted
[SYCL][Driver][NFC] Fix typo in comment
Signed-off-by: Mariya Podchishchaeva <[email protected]>
1 parent ac433fc commit faecc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6832,7 +6832,7 @@ void SPIRCheck::ConstructJob(Compilation &C, const JobAction &JA,
68326832
// Construct llvm-no-spir-kernel command.
68336833
assert(isa<SPIRCheckJobAction>(JA) && "Expecting SPIR Check job!");
68346834

6835-
// The translator command looks like this:
6835+
// The spir check command looks like this:
68366836
// llvm-no-spir-kernel <file>.bc
68376837
// Upon success, we just move ahead. Error means the check failed and
68386838
// we need to exit. The expected output is the input as this is just an

0 commit comments

Comments
 (0)