summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-11-10 12:20:28 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-11-10 12:22:21 -0800
commitafcd32533c6b2af65149f7b008a66c0db7fe985b (patch)
tree97fe951cc2580bc489e88d061136fe7bb3db62e8 /port
parent937fbcbddca3d1a777271feb7dcce850d3bab86f (diff)
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
Diffstat (limited to 'port')
-rw-r--r--port/win/env_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/port/win/env_win.h b/port/win/env_win.h
index d64b82c92..e22f3ebe0 100644
--- a/port/win/env_win.h
+++ b/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,