| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 6370dcdf0d96baf2db993de83f69354e2381ce0f..d651e4ff719c5462e9d2a899a8d7d1e1d831fbc9 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -164,7 +164,7 @@ config("compiler") {
|
| ldflags += common_mac_flags
|
| } else if (is_posix) {
|
| # CPU architecture. We may or may not be doing a cross compile now, so for
|
| - # simplicity we always explicitly set the architecture.
|
| + # simplicitly we always explicitly set the architecture.
|
| if (current_cpu == "x64") {
|
| cflags += [
|
| "-m64",
|
|
|