summaryrefslogtreecommitdiff
path: root/util/env_windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/env_windows.cc')
-rw-r--r--util/env_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/env_windows.cc b/util/env_windows.cc
index 9ffcd07..c6d439c 100644
--- a/util/env_windows.cc
+++ b/util/env_windows.cc
@@ -681,7 +681,7 @@ class WindowsEnv : public Env {
// Instances are constructed on the thread calling Schedule() and used on the
// background thread.
//
- // This structure is thread-safe beacuse it is immutable.
+ // This structure is thread-safe because it is immutable.
struct BackgroundWorkItem {
explicit BackgroundWorkItem(void (*function)(void* arg), void* arg)
: function(function), arg(arg) {}