fix typo (#8118)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8118 Reviewed By: ajkr Differential Revision: D27367488 Pulled By: zhichao-cao fbshipit-source-id: 6ed598c74ab9232f2e56326b3a30476d473699d7
This commit is contained in:
parent
524b10bd6e
commit
70e80c91b6
@ -38,7 +38,7 @@ FSReadRequest Align(const FSReadRequest& r, size_t alignment);
|
||||
// Otherwise, do nothing and return false.
|
||||
bool TryMerge(FSReadRequest* dest, const FSReadRequest& src);
|
||||
|
||||
// RandomAccessFileReader is a wrapper on top of Env::RnadomAccessFile. It is
|
||||
// RandomAccessFileReader is a wrapper on top of Env::RandomAccessFile. It is
|
||||
// responsible for:
|
||||
// - Handling Buffered and Direct reads appropriately.
|
||||
// - Rate limiting compaction reads.
|
||||
|
Loading…
Reference in New Issue
Block a user