chore(library/compiler/llnf): typo

This commit is contained in:
Leonardo de Moura 2018-10-31 13:03:25 -07:00
parent 12a01d101c
commit 39c2ee2931

View file

@ -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 {