chore(library/compiler/llnf): typo
This commit is contained in:
parent
12a01d101c
commit
39c2ee2931
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ class to_llnf_fn {
|
|||
modified = true;
|
||||
arg = new_arg;
|
||||
}
|
||||
/* We assume that `m_major` has be reused IF it was reused in one of the branches. */
|
||||
/* We assume that `m_major` has been reused IF it was reused in one of the branches. */
|
||||
m_replaced = new_replaced;
|
||||
return modified ? mk_app(fn, args) : e;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue