summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbigs <wrlawodms@gmail.com>2017-11-17 19:39:52 +0900
committerSergey Vojtovich <svoj@mariadb.org>2017-11-19 09:49:08 +0800
commitc029eae02d5d94a52add7cd546a6b92a78d672b0 (patch)
treeb842e0289ab4cea04e55c6c409224b15c6e2f593
parente0a00c5a2f276a4e314785a89c84f58d033b46b3 (diff)
downloadmariadb-git-c029eae02d5d94a52add7cd546a6b92a78d672b0.tar.gz
Spelling fix
-rw-r--r--storage/innobase/include/log0recv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/log0recv.h b/storage/innobase/include/log0recv.h
index 24ad9ae2a30..4bfbbb4bb7d 100644
--- a/storage/innobase/include/log0recv.h
+++ b/storage/innobase/include/log0recv.h
@@ -200,7 +200,7 @@ struct recv_sys_t{
ib_mutex_t writer_mutex;/*!< mutex coordinating
flushing between recv_writer_thread and
the recovery thread. */
- os_event_t flush_start;/*!< event to acticate
+ os_event_t flush_start;/*!< event to activate
page cleaner threads */
os_event_t flush_end;/*!< event to signal that the page
cleaner has finished the request */