mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Fix typo in compile.c
alrady -> already
This commit is contained in:
committed by
Nico Williams
parent
94e87c9377
commit
2a3e4cf7b2
@ -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));
|
||||
|
Reference in New Issue
Block a user