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
main
Ikko Ashimine 3 years ago committed by Facebook GitHub Bot
parent 937fbcbddc
commit afcd32533c
  1. 2
      port/win/env_win.h

@ -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…
Cancel
Save