From de020efa7fe21394626a22f1e95f81045b8a2e6b Mon Sep 17 00:00:00 2001 From: Sreenath Bodagala Date: Mon, 26 Jul 2021 17:13:31 +0000 Subject: [PATCH] - Correct a comment --- fdbserver/LogSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbserver/LogSystem.h b/fdbserver/LogSystem.h index 4fd713c542..c5836980a2 100644 --- a/fdbserver/LogSystem.h +++ b/fdbserver/LogSystem.h @@ -996,7 +996,7 @@ struct LogPushData : NonCopyable { writtenLocations.clear(); } - // copy next_message_tags into given set + // copy written_tags into given set void saveTags(std::set& writtenTags, bool filterPseudoTags = true) { for (auto& tag : written_tags) { if (!filterPseudoTags || !tag.isPseudoTag()) {