| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 9b122349de88dd4dcc08bf6d0bffb9960f6f1dc7..6824e69df6daa5a9292be93c5bac8ec5e9901d11 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -174,7 +174,7 @@ config("compiler") {
|
|
|
| # There seems to be a conflict of --icf and -pie in gold which can
|
| # generate crashy binaries. As a security measure, -pie takes
|
| - # precendence for now.
|
| + # precedence for now.
|
| # TODO(brettw) common.gypi has this only for target toolset.
|
| #"-Wl,--icf=safe",
|
| "-Wl,--icf=none",
|
|
|