1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix typos in C comments in miscellaneous files

This commit is contained in:
Vasilii Lakhin
2025-03-22 15:26:51 +02:00
committed by Daniel Black
parent 5f7e883336
commit 5f7c2a617f
100 changed files with 158 additions and 158 deletions

View File

@ -101,7 +101,7 @@ struct cmd_exec_args {
uint32_t limit;
uint32_t skip;
string_ref mod_op;
const string_ref *uvals; /* size must be pst->retfieelds.size() */
const string_ref *uvals; /* size must be pst->retfields.size() */
const record_filter *filters;
int invalues_keypart;
const string_ref *invalues;