1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

typo fixes (was PR 203)

This commit is contained in:
Georg Richter
2022-07-25 08:44:26 +02:00
parent cb6d03f228
commit 2dd03f04d1
2 changed files with 4 additions and 4 deletions

View File

@@ -579,7 +579,7 @@ typedef long my_ptrdiff_t;
#define STDCALL #define STDCALL
#endif #endif
/* Typedefs for easyier portability */ /* Typedefs for easier portability */
#if defined(VOIDTYPE) #if defined(VOIDTYPE)
typedef void *gptr; /* Generic pointer */ typedef void *gptr; /* Generic pointer */
@@ -742,7 +742,7 @@ typedef char bool; /* Ordinary boolean values 0 1 */
#endif /* L64 */ #endif /* L64 */
#endif /* _WIN32 */ #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) ** (low byte first)
*/ */
@@ -975,7 +975,7 @@ do { doubleget_union _tmp; \
(((uint32) ((uchar) (A)[1])) << 16) |\ (((uint32) ((uchar) (A)[1])) << 16) |\
(((uint32) ((uchar) (A)[0])) << 24)) (((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 short/long to/from some place in memory V should be a (not
register) variable, M is a pointer to byte register) variable, M is a pointer to byte
*/ */

View File

@@ -3252,7 +3252,7 @@ error:
return FAIL; return FAIL;
} }
/* Test a memory ovverun bug */ /* Test a memory overrun bug */
static int test_mem_overun(MYSQL *mysql) static int test_mem_overun(MYSQL *mysql)
{ {