From 77030649fb1f492b6dd9351a7d4b36e1aeb29f4d Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Wed, 13 Dec 2017 15:30:08 +0900 Subject: Fix typos in some comments --- mysys/lf_alloc-pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/lf_alloc-pin.c') 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 -- cgit v1.2.1