diff --git a/Examples/Io/Root/include/ActsExamples/Io/Root/RootSpacepointWriter.hpp b/Examples/Io/Root/include/ActsExamples/Io/Root/RootSpacepointWriter.hpp index b8ee11fa25f..64db4a9ab6c 100644 --- a/Examples/Io/Root/include/ActsExamples/Io/Root/RootSpacepointWriter.hpp +++ b/Examples/Io/Root/include/ActsExamples/Io/Root/RootSpacepointWriter.hpp @@ -64,7 +64,7 @@ class RootSpacepointWriter final : public WriterT { /// Type-specific write implementation. /// /// @param[in] ctx is the algorithm context - /// @param[in] hits are the hits to be written + /// @param[in] spacepoints are the spacepoints to be written ProcessCode writeT(const AlgorithmContext& ctx, const SimSpacePointContainer& spacepoints) final;