From 4ab0c4b204b4c3cb71155b78b258051baafed7c0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 24 Sep 2012 20:53:26 -0700 Subject: Correcting comment related to pthreads. --- src/proof/abs/absPth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proof/abs/absPth.c b/src/proof/abs/absPth.c index d1fed950..8f50cc66 100644 --- a/src/proof/abs/absPth.c +++ b/src/proof/abs/absPth.c @@ -24,7 +24,7 @@ // to compile on Linux, add -lpthread to LIBS in Makefile -// uncomment this line to enable pthreads +// comment out this line to disable pthreads #define ABC_USE_PTHREADS #ifdef ABC_USE_PTHREADS -- cgit v1.2.3