From f3b7466d4d362d1ace53f62d37aba300a4f54aae Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 23 Oct 2020 20:10:25 -0400 Subject: [PATCH] Update thompson_tao.h --- include/fast_float/thompson_tao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/thompson_tao.h b/include/fast_float/thompson_tao.h index 696833d..5504479 100644 --- a/include/fast_float/thompson_tao.h +++ b/include/fast_float/thompson_tao.h @@ -10,7 +10,7 @@ * https://github.com/google/wuffs/blob/aa46859ea40c72516deffa1b146121952d6dfd3b/internal/cgen/base/floatconv-submodule-data.c * https://github.com/google/wuffs/blob/46cd8105f47ca07ae2ba8e6a7818ef9c0df6c152/internal/cgen/base/floatconv-submodule-code.c * It is probably not very fast but it is a fallback that should almost never - * be used in reallife. + * be used in real life. **/ #include "ascii_number.h" #include "decimal_to_binary.h"