mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@@ -989,7 +989,7 @@ uchar TYPVAL<uchar>::MinMaxVal(bool b)
|
||||
{return (b) ? UINT_MAX8 : 0;}
|
||||
|
||||
/***********************************************************************/
|
||||
/* SafeAdd: adds a value and test whether overflow/underflow occured. */
|
||||
/* SafeAdd: adds a value and test whether overflow/underflow occurred. */
|
||||
/***********************************************************************/
|
||||
template <class TYPE>
|
||||
TYPE TYPVAL<TYPE>::SafeAdd(TYPE n1, TYPE n2)
|
||||
@@ -1017,7 +1017,7 @@ inline double TYPVAL<double>::SafeAdd(double n1, double n2)
|
||||
} // end of SafeAdd
|
||||
|
||||
/***********************************************************************/
|
||||
/* SafeMult: multiply values and test whether overflow occured. */
|
||||
/* SafeMult: multiply values and test whether overflow occurred. */
|
||||
/***********************************************************************/
|
||||
template <class TYPE>
|
||||
TYPE TYPVAL<TYPE>::SafeMult(TYPE n1, TYPE n2)
|
||||
|
Reference in New Issue
Block a user