From 603387986c9d6fbc245462851823d45f6d2a335e Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 6 Jan 2011 16:56:02 -0500 Subject: [PATCH] Comment correction --- db/dur_journal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dur_journal.cpp b/db/dur_journal.cpp index 5e359d107d1..baeacc0e35a 100644 --- a/db/dur_journal.cpp +++ b/db/dur_journal.cpp @@ -163,7 +163,7 @@ namespace mongo { } /** at clean shutdown */ - bool okToCleanUp = false; // failed recovery would set this to false + bool okToCleanUp = false; // successful recovery would set this to true void journalCleanupAtShutdown() { if( !okToCleanUp ) return;