Skip to content

Commit 8050318

Browse files
Fix BuilderTransform.cpp buildFialBlock typo
I was poking around this file looking into #85837 and noticed this typo...
1 parent 290bcb5 commit 8050318

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
@@ -363,7 +363,7 @@ class ResultBuilderTransform
363363
} else {
364364
Expr *buildBlockResult = buildBlockVarRef.get();
365365
// Otherwise, it's a top-level brace and we need to synthesize
366-
// a call to `buildFialBlock` if supported.
366+
// a call to `buildFinalBlock` if supported.
367367
if (builder.supports(ctx.Id_buildFinalResult, {Identifier()})) {
368368
buildBlockResult =
369369
builder.buildCall(resultLoc, ctx.Id_buildFinalResult,

0 commit comments

Comments
 (0)