Skip to content

Commit c9c0763

Browse files
committed
Fix typo
1 parent 03145fa commit c9c0763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ccmath/math/basic/impl/nan_double_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace ccm::internal::impl
2121
static_assert(std::numeric_limits<double>::is_iec559, "IEEE-754 representation required for this implementation");
2222

2323
#if defined(_MSC_VER) && !defined(__clang__)
24-
// Currently, MSVC always returns a Quiet NaN with no matter if a payload is
24+
// Currently, MSVC always returns a Quiet NaN no matter if a payload is
2525
// provided or not. This is different from GCC and Clang which do allow payloads to be set.
2626
// So if we detect we are using MSVC without Clang-CL then
2727
// we can just return NaN and not bother doing any extra work.

0 commit comments

Comments
 (0)