Skip to content
Snippets Groups Projects
Commit 0f521446 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[DF][NFC] Fix typo in the variable name

parent c1995ab4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class RLazyDS final : public ROOT::RDF::RDataSource {
std::tuple<RResultPtr<std::vector<ColumnTypes>>...> fColumns;
const std::vector<std::string> fColNames;
const std::map<std::string, std::string> fColTypesMap;
// The role of the fPouinterHoldersModels is to be initialised with the pack
// The role of the fPointerHoldersModels is to be initialised with the pack
// of arguments in the constrcutor signature at construction time
// Once the number of slots is known, the fPointerHolders are initialised
// according to the models.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment