Skip to content

Commit

Permalink
Corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Aug 20, 2021
1 parent 49904c5 commit 87e056e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FWCore/Framework/interface/ProducesCollector.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace edm {
}

private:
//only ConsumesCollector is allowed to make an instance of this class
//only ProducesCollector is allowed to make an instance of this class
friend class ProducesCollector;

ProducesCollectorAdaptor(ProducesCollector iBase, std::string iLabel)
Expand Down
2 changes: 1 addition & 1 deletion FWCore/Framework/interface/ProductRegistryHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ namespace edm {
}

private:
//only ConsumesCollector is allowed to make an instance of this class
//only ProductRegistryHelper is allowed to make an instance of this class
friend class ProductRegistryHelper;

ProductRegistryHelperAdaptor(ProductRegistryHelper& iBase, std::string iLabel)
Expand Down

0 comments on commit 87e056e

Please sign in to comment.