diff --git a/include/boost/detail/limits.hpp b/include/boost/detail/limits.hpp index f16caaa3..f7fe5652 100644 --- a/include/boost/detail/limits.hpp +++ b/include/boost/detail/limits.hpp @@ -38,7 +38,7 @@ #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) #define BOOST_BIG_ENDIAN #elif !defined(__i386__) -#error This file is not correctly set up for your cpu type. +#error The file boost/detail/limits.hpp needs to be set up for your CPU type. #endif namespace std {