Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index ed6583ef94f116d0111b3342ee4dc0494ccea81d..daf26ed6f67a59f04000b401d0093948a527fe62 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -158,7 +158,7 @@ config("unicode") { |
# Some third party code might not compile with WIN32_LEAN_AND_MEAN so we have |
# to have a separate config for it. Remove this config from your target to |
-# get the "bloaty and accomodating" version of windows.h. |
+# get the "bloaty and accommodating" version of windows.h. |
config("lean_and_mean") { |
defines = [ "WIN32_LEAN_AND_MEAN" ] |
} |