From 928f3234f2caa1c79dd164488ee61d20eaae7754 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 12 Oct 2001 22:45:22 +0000 Subject: [PATCH] fixed comment --- src/db/dbServiceIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbServiceIO.cpp b/src/db/dbServiceIO.cpp index f67f84d5f..518a19e25 100644 --- a/src/db/dbServiceIO.cpp +++ b/src/db/dbServiceIO.cpp @@ -264,7 +264,7 @@ void dbServiceIO::destroyAllIO ( dbChannelIO & chan ) } while ( ( pIO = tmp.get() ) ) { // This prevents a db event callback from coming - // through after the IO is deleted + // through after the notify IO is deleted pIO->unsubscribe (); // If they call ioCancel() here it will be ignored // because the IO has been unregistered above.