diff --git a/include/boost/integer/static_log2.hpp b/include/boost/integer/static_log2.hpp index 1146184..19e048b 100644 --- a/include/boost/integer/static_log2.hpp +++ b/include/boost/integer/static_log2.hpp @@ -77,8 +77,8 @@ namespace boost { // * Type requirements: // // argument_type maybe any unsigned type with at least n_zero + 1 - // value bits. (Note: If larger types will be standardized -e.g - // . unsigned long long- then the argument_type typedef can be + // value bits. (Note: If larger types will be standardized -e.g. + // unsigned long long- then the argument_type typedef can be // changed without affecting the rest of the code.) //