summaryrefslogtreecommitdiff
path: root/src/bdd/extrab/extraBddMisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/extrab/extraBddMisc.c')
-rw-r--r--src/bdd/extrab/extraBddMisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bdd/extrab/extraBddMisc.c b/src/bdd/extrab/extraBddMisc.c
index 335f675..4200386 100644
--- a/src/bdd/extrab/extraBddMisc.c
+++ b/src/bdd/extrab/extraBddMisc.c
@@ -2723,8 +2723,8 @@ DdNode * Extra_bddTuples(
if ( K > nVars )
return NULL;
- /* the second argument in the recursive call stannds for <n>;
- /* reate the first argument, which stands for <k>
+ /* the second argument in the recursive call stands for <n>;
+ * create the first argument, which stands for <k>
* as when we are talking about the tuple of <k> out of <n> */
for ( i = 0; i < nVars-K; i++ )
VarsK = cuddT( VarsK );