From d23f722228f204f35b2d7f5243526db69f9f0408 Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Sat, 14 Oct 2006 17:58:33 +0000 Subject: [PATCH] Corrected a typo in comments. [SVN r35611] --- include/boost/detail/lcast_precision.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/lcast_precision.hpp b/include/boost/detail/lcast_precision.hpp index 5281e17..f8a3231 100644 --- a/include/boost/detail/lcast_precision.hpp +++ b/include/boost/detail/lcast_precision.hpp @@ -102,7 +102,7 @@ inline std::streamsize lcast_get_precision() if(is_specialized_bin) { // Floating-point types with - // limist::digits defined by the specialization. + // limits::digits defined by the specialization. unsigned long const digits = limits::digits; unsigned long const precision = 2UL + digits * 30103UL / 100000UL;