1.1 --- a/src/pEpEngine.c Sat Mar 14 11:28:14 2015 +0100
1.2 +++ b/src/pEpEngine.c Sun Mar 15 10:14:43 2015 +0100
1.3 @@ -24,7 +24,7 @@
1.4 return PEP_INIT_SQLITE3_WITHOUT_MUTEX;
1.5
1.6 // a little race condition - but still a race condition
1.7 - // removed by calling caveat (see documentation)
1.8 + // mitigated by calling caveat (see documentation)
1.9
1.10 ++init_count;
1.11 if (init_count == 0)
1.12 @@ -255,7 +255,7 @@
1.13 assert(session);
1.14
1.15 // a small race condition but still a race condition
1.16 - // removed by calling caveat (see documentation)
1.17 + // mitigated by calling caveat (see documentation)
1.18
1.19 if (init_count == 0)
1.20 out_last = true;