From f2ff270644c3c5d1dd14baee7a8f16993e22f49b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 31 Aug 2015 15:55:39 -0500 Subject: [PATCH] Fix comment --- src/ioc/db/test/dbLockTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioc/db/test/dbLockTest.c b/src/ioc/db/test/dbLockTest.c index 04331267c..39e21a650 100644 --- a/src/ioc/db/test/dbLockTest.c +++ b/src/ioc/db/test/dbLockTest.c @@ -221,7 +221,7 @@ static void testMultiLock(void) testIntOk1(testdbRecordPtr("reca")->lset->plockSet->refcount,==,3); dbScanUnlock(prec[0]); - /* recursive locking of dbScanLock isn't + /* recursive locking with dbScanLockMany() isn't * dbScanLockMany(plockA); <-- would fail */