[buddy] Typos in comments

* src/kernel.c (bdd_addref): Fix typo documentation.
* src/bddop.c (bdd_appall, bdd_appallcomp): Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-30 21:25:50 +02:00
parent 41ac0e681f
commit 42e5cd955e
2 changed files with 3 additions and 3 deletions

View file

@ -1147,7 +1147,7 @@ SHORT {* increases the reference count on a node *}
PROTO {* BDD bdd_addref(BDD r) *}
DESCR {* Reference counting is done on externaly referenced nodes only
and the count for a specific node {\tt r} can and must be
increased using this function to avoid loosing the node in the next
increased using this function to avoid losing the node in the next
garbage collection. *}
ALSO {* bdd\_delref *}
RETURN {* The BDD node {\tt r}. *}