From 54e31409a6f19a69d21fc678df2de3aea6e2070f Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 23 Jan 2023 12:29:21 +0100
Subject: [PATCH] fix typo in Epos.hpp

---
 corsika/modules/Epos.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corsika/modules/Epos.hpp b/corsika/modules/Epos.hpp
index b4aa9086c..0fb3db624 100644
--- a/corsika/modules/Epos.hpp
+++ b/corsika/modules/Epos.hpp
@@ -13,7 +13,7 @@
 #include <corsika/framework/process/InteractionProcess.hpp>
 
 /**
- * @file Sibyll.hpp
+ * @file Epos.hpp
  *
  * Includes all the parts of the EPOS model. Defines the InteractionProcess<TModel>
  * classes needed for the ProcessSequence.
@@ -27,4 +27,4 @@ namespace corsika::epos {
    * to provide all the functions for ProcessSequence.
    */
   class Interaction : public InteractionModel, public InteractionProcess<Interaction> {};
-} // namespace corsika::epos
\ No newline at end of file
+} // namespace corsika::epos
-- 
GitLab