From 269867fa43c28b4872ae4e032c57a49ea30fc355 Mon Sep 17 00:00:00 2001 From: Anders Dalvander Date: Sun, 17 Nov 2024 16:17:35 +0100 Subject: [PATCH] spelling --- include/fast_float/parse_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index 6d883fb..5699bba 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -93,7 +93,7 @@ fastfloat_really_inline bool rounds_to_nearest() noexcept { // However, it is expected to be much faster than the fegetround() // function call. // - // The volatile keywoard prevents the compiler from computing the function + // The volatile keyword prevents the compiler from computing the function // at compile-time. // There might be other ways to prevent compile-time optimizations (e.g., // asm). The value does not need to be std::numeric_limits::min(), any