diff options
author | Takuro Ashie <ashie@clear-code.com> | 2017-12-13 15:30:08 +0900 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-12-18 11:16:47 +0400 |
commit | 77030649fb1f492b6dd9351a7d4b36e1aeb29f4d (patch) | |
tree | 5f2ed5499bd248a0e01033da0efef294cbcd4e40 /mysys | |
parent | d91d1c8dbc9ae1b3459719cf6b6f21007d9be99a (diff) | |
download | mariadb-git-77030649fb1f492b6dd9351a7d4b36e1aeb29f4d.tar.gz |
Fix typos in some comments
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/lf_alloc-pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/lf_alloc-pin.c b/mysys/lf_alloc-pin.c index 8a96fccf16a..4e4917962ab 100644 --- a/mysys/lf_alloc-pin.c +++ b/mysys/lf_alloc-pin.c @@ -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 |