diff --git a/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx b/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx index 58f4d5c3d28..9b8a49abc58 100644 --- a/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx +++ b/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx @@ -423,7 +423,7 @@ struct HfTreeCreatorD0ToKPi { // Filling candidate properties if (fillCandidateLiteTable) { - // Account for candidates passing both D0 and D0bar + // Account for candidates passing both D0 and D0bar // selection, which will be stored twice in the lite table rowCandidateLite.reserve(candidates.size() * 2); } else {