From 874c96ac1d3a231d807ce262ecbc9bbcb2c80900 Mon Sep 17 00:00:00 2001 From: flabby Date: Wed, 20 Apr 2016 05:51:24 +0800 Subject: [PATCH] Merge pull request #1083 from flabby/master fix typo in comment of options.h --- include/rocksdb/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 3e8d8278b..955ab240d 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -282,7 +282,7 @@ struct ColumnFamilyOptions { // The minimum number of write buffers that will be merged together // before writing to storage. If set to 1, then - // all write buffers are fushed to L0 as individual files and this increases + // all write buffers are flushed to L0 as individual files and this increases // read amplification because a get request has to check in all of these // files. Also, an in-memory merge may result in writing lesser // data to storage if there are duplicate records in each of these