aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:22:36 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:23:22 -0500
commitfe70742be81985affeaeaec198effc7e18577e76 (patch)
tree0e987727859a4dc238cfd1a0682aac6e81866de0
parentf655a862106a8a05bc432c2df957979f3fcc399b (diff)
downloadsloth-fe70742be81985affeaeaec198effc7e18577e76.tar.gz
random stuff
-rw-r--r--sloth/src/codegen/mod.rs2
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);