diff options
Diffstat (limited to 'cpp/include/IceUtil/InputUtil.h')
-rw-r--r-- | cpp/include/IceUtil/InputUtil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/InputUtil.h b/cpp/include/IceUtil/InputUtil.h index 89ce9990373..480147bffdd 100644 --- a/cpp/include/IceUtil/InputUtil.h +++ b/cpp/include/IceUtil/InputUtil.h @@ -37,8 +37,8 @@ ICE_UTIL_API Int64 strToInt64(const char*, char**, int); // // - return value == true indicates a successful conversion and result contains the converted value // - return value == false indicates an unsuccessful conversion: -// - result == 0 indicates that no digits were available for conversion -// - result == "Int64 Min" or result == "Int64 Max" indicate underflow or overflow. +// - result == 0 indicates that no digits were available for conversion +// - result == "Int64 Min" or result == "Int64 Max" indicate underflow or overflow. // ICE_UTIL_API bool stringToInt64(const std::string&, Int64&); |