include/rocksdb/utilities/env_librados: fix typo
Summary:
Broken by 972f96b3fb
Signed-off-by: Sage Weil <sage@redhat.com>
Closes https://github.com/facebook/rocksdb/pull/1719
Differential Revision: D4366123
Pulled By: IslamAbdelRahman
fbshipit-source-id: a11e535
This commit is contained in:
parent
ab48c165a9
commit
4e07b08eff
@ -71,7 +71,7 @@ class EnvLibrados : public EnvWrapper {
|
|||||||
// the calling process does not have permission to determine
|
// the calling process does not have permission to determine
|
||||||
// whether this file exists, or if the path is invalid.
|
// whether this file exists, or if the path is invalid.
|
||||||
// IOError if an IO Error was encountered
|
// IOError if an IO Error was encountered
|
||||||
Status FileExists(const std::string& fname) overrdie;
|
Status FileExists(const std::string& fname) override;
|
||||||
|
|
||||||
// Store in *result the names of the children of the specified directory.
|
// Store in *result the names of the children of the specified directory.
|
||||||
// The names are relative to "dir".
|
// The names are relative to "dir".
|
||||||
|
Loading…
Reference in New Issue
Block a user