mirror of https://github.com/facebook/rocksdb.git
Fix typo in env_win.h (#9138)
Summary: overide -> override Pull Request resolved: https://github.com/facebook/rocksdb/pull/9138 Reviewed By: jay-zhuang Differential Revision: D32245235 Pulled By: mrambacher fbshipit-source-id: bed62b843925bed806c06ca3485d33bb45a56dc7
This commit is contained in:
parent
937fbcbddc
commit
afcd32533c
|
@ -201,7 +201,7 @@ class WinFileSystem : public FileSystem {
|
|||
IODebugContext* dbg) override;
|
||||
|
||||
// Create and returns a default logger (an instance of EnvLogger) for storing
|
||||
// informational messages. Derived classes can overide to provide custom
|
||||
// informational messages. Derived classes can override to provide custom
|
||||
// logger.
|
||||
IOStatus NewLogger(const std::string& fname, const IOOptions& io_opts,
|
||||
std::shared_ptr<Logger>* result,
|
||||
|
|
Loading…
Reference in New Issue