From e120c17cbfd2cc5675eb3462686cf39cde14c2af Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 30 Apr 2024 18:05:16 +0200
Subject: [PATCH] [MPL] Correct type in a comment

---
 MaterialLib/MPL/VariableType.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MaterialLib/MPL/VariableType.h b/MaterialLib/MPL/VariableType.h
index 9f05a1a0024..109668f5793 100644
--- a/MaterialLib/MPL/VariableType.h
+++ b/MaterialLib/MPL/VariableType.h
@@ -206,6 +206,6 @@ private:
 static const VariableArray EmptyVariableArray{};
 
 /// This function converts a string (e.g. a string from the configuration-tree)
-/// into one of the entries of the VariableType enumerator.
+/// into one of the entries of the Variable enumerator.
 Variable convertStringToVariable(std::string const& string);
 }  // namespace MaterialPropertyLib
-- 
GitLab