diff options
| -rw-r--r-- | sloth/src/codegen/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
