[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:
parent
f5d53e3a5e
commit
b910330a78
2 changed files with 3 additions and 3 deletions
|
|
@ -2138,7 +2138,7 @@ SECTION {* operator *}
|
||||||
SHORT {* apply operation and universal quantification *}
|
SHORT {* apply operation and universal quantification *}
|
||||||
PROTO {* BDD bdd_appall(BDD left, BDD right, int opr, BDD var) *}
|
PROTO {* BDD bdd_appall(BDD left, BDD right, int opr, BDD var) *}
|
||||||
DESCR {* Applies the binary operator {\tt opr} to the arguments
|
DESCR {* Applies the binary operator {\tt opr} to the arguments
|
||||||
{\tt left} and {\tt right} and then performs an universal
|
{\tt left} and {\tt right} and then performs a universal
|
||||||
quantification of the variables from the variable set
|
quantification of the variables from the variable set
|
||||||
{\tt var}. This is done in a bottom up manner such that both the
|
{\tt var}. This is done in a bottom up manner such that both the
|
||||||
apply and quantification is done on the lower nodes before
|
apply and quantification is done on the lower nodes before
|
||||||
|
|
@ -2160,7 +2160,7 @@ SECTION {* operator *}
|
||||||
SHORT {* apply operation and universal (complemented) quantification *}
|
SHORT {* apply operation and universal (complemented) quantification *}
|
||||||
PROTO {* BDD bdd_appall(BDD left, BDD right, int opr, BDD var) *}
|
PROTO {* BDD bdd_appall(BDD left, BDD right, int opr, BDD var) *}
|
||||||
DESCR {* Applies the binary operator {\tt opr} to the arguments
|
DESCR {* Applies the binary operator {\tt opr} to the arguments
|
||||||
{\tt left} and {\tt right} and then performs an universal
|
{\tt left} and {\tt right} and then performs a universal
|
||||||
quantification of the variables which are {\bf not} in the variable
|
quantification of the variables which are {\bf not} in the variable
|
||||||
set {\tt var}. This is done in a bottom up manner such that both the
|
set {\tt var}. This is done in a bottom up manner such that both the
|
||||||
apply and quantification is done on the lower nodes before
|
apply and quantification is done on the lower nodes before
|
||||||
|
|
|
||||||
|
|
@ -1147,7 +1147,7 @@ SHORT {* increases the reference count on a node *}
|
||||||
PROTO {* BDD bdd_addref(BDD r) *}
|
PROTO {* BDD bdd_addref(BDD r) *}
|
||||||
DESCR {* Reference counting is done on externaly referenced nodes only
|
DESCR {* Reference counting is done on externaly referenced nodes only
|
||||||
and the count for a specific node {\tt r} can and must be
|
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. *}
|
garbage collection. *}
|
||||||
ALSO {* bdd\_delref *}
|
ALSO {* bdd\_delref *}
|
||||||
RETURN {* The BDD node {\tt r}. *}
|
RETURN {* The BDD node {\tt r}. *}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue