summaryrefslogtreecommitdiffstats
path: root/src/sat/msat/msatSort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/msat/msatSort.c')
-rw-r--r--src/sat/msat/msatSort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/msat/msatSort.c b/src/sat/msat/msatSort.c
index 3b89d102..2198d303 100644
--- a/src/sat/msat/msatSort.c
+++ b/src/sat/msat/msatSort.c
@@ -41,7 +41,7 @@ static int irand(double seed, int size) {
static void Msat_SolverSort( Msat_Clause_t ** array, int size, double seed );
////////////////////////////////////////////////////////////////////////
-/// FUNCTION DEFINITIONS ///
+/// FUNCTION DEFITIONS ///
////////////////////////////////////////////////////////////////////////
/**Function*************************************************************