diff --git a/include/util.h b/include/util.h
index f3b9efea891de8a39dd0a453036d4dd40e4f8287..553f8d2f52c1101109e1e5d8f49e2f562bdcd616 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;}