From 23c7d135405ec14618e6e85f95c0582b9049eaa6 Mon Sep 17 00:00:00 2001 From: jimmyway Date: Wed, 9 Aug 2017 22:56:08 -0700 Subject: [PATCH] fix comment Summary: Signed-off-by: tang.jin Closes https://github.com/facebook/rocksdb/pull/2644 Differential Revision: D5600861 Pulled By: yiwu-arbug fbshipit-source-id: 9516636cb6e77b09fe0ebef78953adf4b7e88cc8 --- db/write_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/write_thread.h b/db/write_thread.h index 51bb97f2a..57ce71e08 100644 --- a/db/write_thread.h +++ b/db/write_thread.h @@ -55,7 +55,7 @@ class WriteThread { // The state used to inform a waiting writer that it has become a // parallel memtable writer. It can be the group leader who launch the - // praallel writer group, or one of the followers. The writer should then + // parallel writer group, or one of the followers. The writer should then // apply its batch to the memtable concurrently and call // CompleteParallelMemTableWriter. STATE_PARALLEL_MEMTABLE_WRITER = 8, -- GitLab