1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-12 12:25:37 +03:00

Fix typos in some comments

This commit is contained in:
Takuro Ashie
2017-12-13 15:30:08 +09:00
committed by Sergey Vojtovich
parent d91d1c8dbc
commit 77030649fb
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ LF_PINS *lf_pinbox_get_pins(LF_PINBOX *pinbox)
pinstack_top_ver is 32 bits; 16 low bits are the index in the
array, to the first element of the list. 16 high bits are a version
(every time the 16 low bits are updated, the 16 high bits are
incremented). Versioniong prevents the ABA problem.
incremented). Versioning prevents the ABA problem.
*/
top_ver= pinbox->pinstack_top_ver;
do

View File

@@ -742,7 +742,7 @@ public:
/* thread handler */
THD *thd;
/*
SELECT_LEX for hidden SELECT in onion which process global
SELECT_LEX for hidden SELECT in union which process global
ORDER BY and LIMIT
*/
st_select_lex *fake_select_lex;