Update comment

This commit is contained in:
Alexey Milovidov 2020-06-06 11:45:54 +03:00
parent cbf71d66e6
commit a73b360c80

View File

@ -290,7 +290,7 @@ void decompressDataForType(const char * source, UInt32 source_size, char * dest)
if (sign)
{
/// It's well defined for unsigned data types.
/// In constrast, it's undefined to to negation of the most negative signed number due to overflow.
/// In constrast, it's undefined to do negation of the most negative signed number due to overflow.
double_delta = -double_delta;
}
}