summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.c b/src/compile.c
index 05478ab..559bfd0 100644
--- a/src/compile.c
+++ b/src/compile.c
@@ -420,7 +420,7 @@ static inst* block_take_last(block* b) {
return i;
}
-// Binds a sequence of binders, which *must not* alrady be bound to each other,
+// Binds a sequence of binders, which *must not* already be bound to each other,
// to body, throwing away unreferenced defs
block block_bind_referenced(block binder, block body, int bindflags) {
assert(block_has_only_binders(binder, bindflags));