> On Apr 28, 2015, at 10:05, Alexander V. Chernikov <melifaro at FreeBSD.org> wrote:
...
> + KASSERT(found + unresolved == ci->object_opcodes,
> + ("refcount incosistency: found: %d unr: %d total: %d",
> + found, unresolved, ci->object_opcodes));
Typo (incosistency -> inconsistency)