Fix double 'the the' in various places

This commit is contained in:
Alex Martini
2025-02-14 17:27:51 -08:00
parent 06bdfa96b2
commit 633f101e0a
11 changed files with 11 additions and 11 deletions

View File

@@ -793,7 +793,7 @@ static bool ParseEnabledFeatureArgs(LangOptions &Opts, ArgList &Args,
if (!seenFeatures.insert(*feature).second)
continue;
// If the the current language mode enables the feature by default then
// If the current language mode enables the feature by default then
// diagnose and skip it.
if (auto firstVersion = getFeatureLanguageVersion(*feature)) {
if (Opts.isSwiftVersionAtLeast(*firstVersion)) {