summaryrefslogtreecommitdiffstats
path: root/src/aig/kit/kitFactor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/kit/kitFactor.c')
-rw-r--r--src/aig/kit/kitFactor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/kit/kitFactor.c b/src/aig/kit/kitFactor.c
index e3288342..f596d9a8 100644
--- a/src/aig/kit/kitFactor.c
+++ b/src/aig/kit/kitFactor.c
@@ -56,7 +56,7 @@ Kit_Graph_t * Kit_SopFactor( Vec_Int_t * vCover, int fCompl, int nVars, Vec_Int_
Kit_Edge_t eRoot;
// int nCubes;
- // works for up to 15 variables because divisin procedure
+ // works for up to 15 variables because division procedure
// used the last bit for marking the cubes going to the remainder
assert( nVars < 16 );