diff --git a/include/ma_global.h b/include/ma_global.h index ff1fb009..b8ef7e16 100644 --- a/include/ma_global.h +++ b/include/ma_global.h @@ -579,7 +579,7 @@ typedef long my_ptrdiff_t; #define STDCALL #endif -/* Typedefs for easyier portability */ +/* Typedefs for easier portability */ #if defined(VOIDTYPE) typedef void *gptr; /* Generic pointer */ @@ -742,7 +742,7 @@ typedef char bool; /* Ordinary boolean values 0 1 */ #endif /* L64 */ #endif /* _WIN32 */ /* -** Define-functions for reading and storing in machine independent format +** Define functions for reading and storing in machine independent format ** (low byte first) */ @@ -975,7 +975,7 @@ do { doubleget_union _tmp; \ (((uint32) ((uchar) (A)[1])) << 16) |\ (((uint32) ((uchar) (A)[0])) << 24)) /* - Define-funktions for reading and storing in machine format from/to + Define functions for reading and storing in machine format from/to short/long to/from some place in memory V should be a (not register) variable, M is a pointer to byte */ diff --git a/unittest/libmariadb/ps_bugs.c b/unittest/libmariadb/ps_bugs.c index 61d15a88..72262462 100644 --- a/unittest/libmariadb/ps_bugs.c +++ b/unittest/libmariadb/ps_bugs.c @@ -3252,7 +3252,7 @@ error: return FAIL; } -/* Test a memory ovverun bug */ +/* Test a memory overrun bug */ static int test_mem_overun(MYSQL *mysql) {