From e26f537bfef7da901b5fcf96603a1522eb4ddbc4 Mon Sep 17 00:00:00 2001
From: Lukas Werner <lks.werner@fau.de>
Date: Sun, 4 Feb 2018 12:42:17 +0100
Subject: [PATCH] Fix typo

---
 src/pe/raytracing/Lighting.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pe/raytracing/Lighting.h b/src/pe/raytracing/Lighting.h
index 29ff1e3b3..507eb255e 100644
--- a/src/pe/raytracing/Lighting.h
+++ b/src/pe/raytracing/Lighting.h
@@ -13,7 +13,7 @@
 //  You should have received a copy of the GNU General Public License along
 //  with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
 //
-//! \file PointLight.h
+//! \file Lighting.h
 //! \author Lukas Werner
 //
 //======================================================================================================================
-- 
GitLab