mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Fix typos in C comments in miscellaneous files
This commit is contained in:
parent
5f7e883336
commit
5f7c2a617f
100 changed files with 158 additions and 158 deletions
|
|
@ -37,7 +37,7 @@ typedef struct st_json_string_t
|
|||
const uchar *c_str; /* Current position in JSON string */
|
||||
const uchar *str_end; /* The end on the string. */
|
||||
my_wc_t c_next; /* UNICODE of the last read character */
|
||||
int c_next_len; /* character lenght of the last read character. */
|
||||
int c_next_len; /* character length of the last read character. */
|
||||
int error; /* error code. */
|
||||
|
||||
CHARSET_INFO *cs; /* Character set of the JSON string. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue