We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e800cab commit 269867fCopy full SHA for 269867f
include/fast_float/parse_number.h
@@ -93,7 +93,7 @@ fastfloat_really_inline bool rounds_to_nearest() noexcept {
93
// However, it is expected to be much faster than the fegetround()
94
// function call.
95
//
96
- // The volatile keywoard prevents the compiler from computing the function
+ // The volatile keyword prevents the compiler from computing the function
97
// at compile-time.
98
// There might be other ways to prevent compile-time optimizations (e.g.,
99
// asm). The value does not need to be std::numeric_limits<float>::min(), any
0 commit comments