Skip to content

Commit 2663a32

Browse files
committed
Fix a typo in a comment; NFC
1 parent e87c64f commit 2663a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Frontend/CompilerInvocationTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ TEST_F(CommandLineTest, ConditionalParsingIfFalseFlagPresent) {
539539
ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-fsycl-is-host"))));
540540

541541
// FIXME: generateCC1CommandLine is only used by the unit test system and
542-
// cannot handle this case. It passes along the -scyl-std because the option
542+
// cannot handle this case. It passes along the -sycl-std because the option
543543
// definition does not specify that it relies on -fsycl any longer (because
544544
// there is no syntax I could find that would allow it). However, the option
545545
// is handled properly on a real invocation. See: Clang::ConstructJob().

0 commit comments

Comments
 (0)