Corrected a typo in comments.

[SVN r35611]
This commit is contained in:
Alexander Nasonov
2006-10-14 17:58:33 +00:00
parent e9767dc4e8
commit d23f722228

View File

@@ -102,7 +102,7 @@ inline std::streamsize lcast_get_precision()
if(is_specialized_bin) if(is_specialized_bin)
{ // Floating-point types with { // 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 digits = limits::digits;
unsigned long const precision = 2UL + digits * 30103UL / 100000UL; unsigned long const precision = 2UL + digits * 30103UL / 100000UL;