[buddy] typo in comment
* src/bddop.c (bdd_implies): Fix documentation.
This commit is contained in:
parent
56f768f5a6
commit
57a055b656
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ BDD bdd_setxor(BDD l, BDD r)
|
||||||
NAME {* bdd\_implies *}
|
NAME {* bdd\_implies *}
|
||||||
SECTION {* operator *}
|
SECTION {* operator *}
|
||||||
SHORT {* check whether one BDD implies another *}
|
SHORT {* check whether one BDD implies another *}
|
||||||
PROTO {* int bdd_setxor(BDD l, BDD r) *}
|
PROTO {* int bdd_implies(BDD l, BDD r) *}
|
||||||
DESCR {* Check whether $l$ implies $r$, or whether $r$ contains $l$. *}
|
DESCR {* Check whether $l$ implies $r$, or whether $r$ contains $l$. *}
|
||||||
RETURN {* 1 if $l$ implies $r$, 0 otherwise *}
|
RETURN {* 1 if $l$ implies $r$, 0 otherwise *}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue