Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtoguchi committed Sep 13, 2024
1 parent 15d8d94 commit d745f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ void Driver::CreateOffloadingDeviceToolChains(Compilation &C,

// Evaluation of -fsycl-device-obj is slightly different, we will emit
// a warning and inform the user of the default behavior used.
// TODO: General usage of this option is to check fo 'spirv' and fallthrough
// TODO: General usage of this option is to check for 'spirv' and fallthrough
// to using llvmir. This can be improved to be more obvious in usage.
if (Arg *DeviceObj = C.getInputArgs().getLastArgNoClaim(
options::OPT_fsycl_device_obj_EQ)) {
Expand Down

0 comments on commit d745f82

Please sign in to comment.