Skip to content
Permalink
Browse files
Fix typos in some comments
  • Loading branch information
ashie authored and Sergey Vojtovich committed Dec 18, 2017
1 parent d91d1c8 commit 7703064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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
@@ -742,7 +742,7 @@ class st_select_lex_unit: public st_select_lex_node {
/* 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;

0 comments on commit 7703064

Please sign in to comment.