Skip to content

Commit

Permalink
typo fix: delete duplicate comment word (facebook#9249)
Browse files Browse the repository at this point in the history
Summary:
typo fix: delete duplicate comment word

Pull Request resolved: facebook#9249

Reviewed By: riversand963

Differential Revision: D36219911

fbshipit-source-id: 01e2fda65590f18fe46eefb56e049e6f2d028ae8
  • Loading branch information
aierui authored and facebook-github-bot committed May 7, 2022
1 parent 9381436 commit d1cc91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ class RandomAccessFile {
// should return after all reads have completed. The reads will be
// non-overlapping. If the function return Status is not ok, status of
// individual requests will be ignored and return status will be assumed
// for all read requests. The function return status is only meant for any
// for all read requests. The function return status is only meant for
// any errors that occur before even processing specific read requests
virtual Status MultiRead(ReadRequest* reqs, size_t num_reqs) {
assert(reqs != nullptr);
Expand Down

0 comments on commit d1cc91c

Please sign in to comment.