summaryrefslogtreecommitdiff
path: root/port/win
diff options
context:
space:
mode:
Diffstat (limited to 'port/win')
-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,