Skip to content

Commit

Permalink
Fix typo (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ot authored and IslamAbdelRahman committed Sep 22, 2016
1 parent abc0ae4 commit d45eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ struct DBOptions {
// to stable storage. Their contents remain in the OS buffers till the
// OS decides to flush them. This option is good for bulk-loading
// of data. Once the bulk-loading is complete, please issue a
// sync to the OS to flush all dirty buffesrs to stable storage.
// sync to the OS to flush all dirty buffers to stable storage.
// Default: false
bool disableDataSync;

Expand Down

0 comments on commit d45eb6c

Please sign in to comment.