lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master b3be110 1/6: Correct a syntax error in a comm


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b3be110 1/6: Correct a syntax error in a comment
Date: Mon, 18 Jun 2018 17:56:56 -0400 (EDT)

branch: master
commit b3be1102e7c672726a8a31dd9207264e281217e8
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Correct a syntax error in a comment
---
 bourn_cast.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bourn_cast.hpp b/bourn_cast.hpp
index 4135fb6..fc88bd0 100644
--- a/bourn_cast.hpp
+++ b/bourn_cast.hpp
@@ -164,7 +164,7 @@ constexpr inline To bourn_cast(From from, std::false_type, 
std::true_type)
 /// finite floating argument is too large to cast to the integral
 /// type. Because radix is asserted upstream to be two for all types,
 /// there is no need to use scalbn() in place of ldexp(); and as long
-/// as the widest integer has less than (sizeof int) digits, there is
+/// as the widest integer has less than sizeof(int) digits, there is
 /// no need here for scalbln().
 
 template<typename To, typename From>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]