From 0f521446c3c3cc41ee4686172d448755a1801bae Mon Sep 17 00:00:00 2001 From: Danilo Piparo <danilo.piparo@cern.ch> Date: Tue, 29 Jan 2019 10:22:31 +0100 Subject: [PATCH] [DF][NFC] Fix typo in the variable name --- tree/dataframe/inc/ROOT/RDF/RLazyDSImpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/dataframe/inc/ROOT/RDF/RLazyDSImpl.hxx b/tree/dataframe/inc/ROOT/RDF/RLazyDSImpl.hxx index 5287af2f9ac..768edf9801b 100644 --- a/tree/dataframe/inc/ROOT/RDF/RLazyDSImpl.hxx +++ b/tree/dataframe/inc/ROOT/RDF/RLazyDSImpl.hxx @@ -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. -- GitLab