Commit 77030649 authored by Takuro Ashie's avatar Takuro Ashie Committed by Sergey Vojtovich

Fix typos in some comments

parent d91d1c8d
...@@ -161,7 +161,7 @@ LF_PINS *lf_pinbox_get_pins(LF_PINBOX *pinbox) ...@@ -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 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 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 (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; top_ver= pinbox->pinstack_top_ver;
do do
......
...@@ -742,7 +742,7 @@ class st_select_lex_unit: public st_select_lex_node { ...@@ -742,7 +742,7 @@ class st_select_lex_unit: public st_select_lex_node {
/* thread handler */ /* thread handler */
THD *thd; 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 ORDER BY and LIMIT
*/ */
st_select_lex *fake_select_lex; st_select_lex *fake_select_lex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment