From 8050318626939d24fa8ab9270670ac6bf103ebc5 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Thu, 4 Dec 2025 14:01:07 -0500 Subject: [PATCH] Fix BuilderTransform.cpp `buildFialBlock` typo I was poking around this file looking into #85837 and noticed this typo... --- lib/Sema/BuilderTransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/BuilderTransform.cpp b/lib/Sema/BuilderTransform.cpp index 38bb7678b336b..bd77b00916451 100644 --- a/lib/Sema/BuilderTransform.cpp +++ b/lib/Sema/BuilderTransform.cpp @@ -363,7 +363,7 @@ class ResultBuilderTransform } else { Expr *buildBlockResult = buildBlockVarRef.get(); // Otherwise, it's a top-level brace and we need to synthesize - // a call to `buildFialBlock` if supported. + // a call to `buildFinalBlock` if supported. if (builder.supports(ctx.Id_buildFinalResult, {Identifier()})) { buildBlockResult = builder.buildCall(resultLoc, ctx.Id_buildFinalResult,