- Correct a comment

This commit is contained in:
Sreenath Bodagala 2021-07-26 17:13:31 +00:00
parent d398377c4a
commit de020efa7f
1 changed files with 1 additions and 1 deletions

View File

@ -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<Tag>& writtenTags, bool filterPseudoTags = true) {
for (auto& tag : written_tags) {
if (!filterPseudoTags || !tag.isPseudoTag()) {