Skip to content

Commit c90b361

Browse files
authored
[Driver][NFC] Fix typo in code comments (#3079)
1 parent 9d74846 commit c90b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ bool Driver::checkForOffloadStaticLib(Compilation &C,
27832783
!Args.hasArg(options::OPT_fopenmp_targets_EQ))
27842784
return false;
27852785

2786-
// Right off the bat, assume the presense of -foffload-static-lib means
2786+
// Right off the bat, assume the presence of -foffload-static-lib means
27872787
// the need to perform linking steps for fat static archive offloading.
27882788
// TODO: remove when -foffload-static-lib support is dropped.
27892789
if (Args.hasArg(options::OPT_offload_lib_Group))

0 commit comments

Comments
 (0)