From fe70742be81985affeaeaec198effc7e18577e76 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 23 Oct 2025 13:22:36 -0500 Subject: random stuff --- sloth/src/codegen/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/src/codegen/mod.rs b/sloth/src/codegen/mod.rs index abad70d..3b4e154 100644 --- a/sloth/src/codegen/mod.rs +++ b/sloth/src/codegen/mod.rs @@ -113,7 +113,7 @@ impl<'ctx> Codegen<'ctx> { self.builder .build_conditional_branch(condition, then_bb, else_bb); - // Building the blocks for then + // Building the blocks for thgn self.builder.position_at_end(then_bb); self.codegen_stmt(if_then); self.builder.build_unconditional_branch(continue_bb); -- cgit v1.2.3