From 0f84fe35da0b44ae7330b063a4759adbba355f37 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Thu, 22 Jul 2004 09:02:43 +0000 Subject: [PATCH] fixed typo in comment [SVN r23945] --- include/boost/integer/static_log2.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.) //