1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix typos in C comments inside storage/

This commit is contained in:
Vasilii Lakhin
2025-03-23 08:08:11 +02:00
committed by Sergey Vojtovich
parent 3b3c512feb
commit 22efc2c784
170 changed files with 315 additions and 315 deletions

View File

@@ -382,7 +382,7 @@ PQRYRES XMLColumns(PGLOBAL g, char *db, char *tab, PTOS topt, bool info)
xcp->Found = false;
} // endfor xcp
} // endor i
} // endfor i
txmp->CloseDB(g);
@@ -818,7 +818,7 @@ int TDBXML::LoadTableFile(PGLOBAL g, char *filename)
/***********************************************************************/
/* Initialize the processing of the XML file. */
/* Note: this function can be called several times, eventally before */
/* Note: this function can be called several times, eventually before */
/* the columns are known (from TBL for instance) */
/***********************************************************************/
bool TDBXML::Initialize(PGLOBAL g)