Skip to content

Commit 269867f

Browse files
committed
spelling
1 parent e800cab commit 269867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/parse_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fastfloat_really_inline bool rounds_to_nearest() noexcept {
9393
// However, it is expected to be much faster than the fegetround()
9494
// function call.
9595
//
96-
// The volatile keywoard prevents the compiler from computing the function
96+
// The volatile keyword prevents the compiler from computing the function
9797
// at compile-time.
9898
// There might be other ways to prevent compile-time optimizations (e.g.,
9999
// asm). The value does not need to be std::numeric_limits<float>::min(), any

0 commit comments

Comments
 (0)