diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index a6e908449fec5..0edf59f1d1f6b 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp @@ -2783,7 +2783,7 @@ bool Driver::checkForOffloadStaticLib(Compilation &C, !Args.hasArg(options::OPT_fopenmp_targets_EQ)) return false; - // Right off the bat, assume the presense of -foffload-static-lib means + // Right off the bat, assume the presence of -foffload-static-lib means // the need to perform linking steps for fat static archive offloading. // TODO: remove when -foffload-static-lib support is dropped. if (Args.hasArg(options::OPT_offload_lib_Group))