* NEWS, buddy/src/bddop.c, m4/valgrind.m4: s/wether/whether/.
This commit is contained in:
parent
2ea652d32c
commit
8cb68d76b5
3 changed files with 3 additions and 3 deletions
|
|
@ -903,7 +903,7 @@ NAME {* bdd\_implies *}
|
|||
SECTION {* operator *}
|
||||
SHORT {* check whether one BDD implies another *}
|
||||
PROTO {* int bdd_setxor(BDD l, BDD r) *}
|
||||
DESCR {* Check wether $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 *}
|
||||
*/
|
||||
int bdd_implies(BDD l, BDD r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue