* NEWS, buddy/src/bddop.c, m4/valgrind.m4: s/wether/whether/.

This commit is contained in:
Alexandre Duret-Lutz 2012-08-22 13:53:59 +02:00
parent 2ea652d32c
commit 8cb68d76b5
3 changed files with 3 additions and 3 deletions

View file

@ -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)