mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
General spell fixing in comments and strings
This commit is contained in:
@ -1782,7 +1782,7 @@ THD::~THD()
|
||||
|
||||
NOTES
|
||||
This function assumes that all variables at start are long/ulong and
|
||||
other types are handled explicitely
|
||||
other types are handled explicitly
|
||||
*/
|
||||
|
||||
void add_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var)
|
||||
@ -1832,7 +1832,7 @@ void add_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var)
|
||||
|
||||
NOTE
|
||||
This function assumes that all variables at start are long/ulong and
|
||||
other types are handled explicitely
|
||||
other types are handled explicitly
|
||||
*/
|
||||
|
||||
void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,
|
||||
|
Reference in New Issue
Block a user