From 4c3c708c8b3f28ef3fe44243e4cd54a4378d3270 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?FEL=C5=A0=C3=96CI=20Marek?= <marek.felsoci@inria.fr>
Date: Mon, 6 Nov 2023 02:28:02 +0100
Subject: [PATCH] Fix comment

---
 include/util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/util.h b/include/util.h
index f3b9efe..553f8d2 100644
--- a/include/util.h
+++ b/include/util.h
@@ -81,7 +81,7 @@ inline static void mpf_backtrace(){
 inline static void mpf_backtrace(){}
 #endif
 
-/*! \brief Displays an error message and that's all. */
+/*! \brief Displays a warning message and that's all. */
 #define SETWARN(n,s, ...)   {MpfWarning(__LINE__,PACKAGE_NAME,__FILE__,__func__,n,s, ## __VA_ARGS__);}
 /*! \brief Displays an error message and quits the current routine. */
 #define SETERRQ(n,s, ...)   {int _ierr = MpfError(__LINE__,PACKAGE_NAME,__FILE__,__func__,n,s, ## __VA_ARGS__); debug_break(); return _ierr;}
-- 
GitLab