Skip to content

Commit 0c684f0

Browse files
authored
Merge pull request #33188 from DougGregor/function-builder-comment-typo
[Function builders] Fix typo in comment.
2 parents d52ddf4 + 28884ff commit 0c684f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/BuilderTransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ class BuilderClosureRewriter
12081208
// Note that this is for staging in support for buildLimitedAvailability();
12091209
// the diagnostic is currently a warning, so that existing code that
12101210
// compiles today will continue to compile. Once function builder types
1211-
// have had the change to adopt buildLimitedAvailability(), we'll upgrade
1211+
// have had the chance to adopt buildLimitedAvailability(), we'll upgrade
12121212
// this warning to an error.
12131213
if (auto availabilityCond = findAvailabilityCondition(ifStmt->getCond())) {
12141214
SourceLoc loc = availabilityCond->getStartLoc();

0 commit comments

Comments
 (0)