Chromium Code Reviews| Index: build/toolchain/gcc_toolchain.gni |
| diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni |
| index 068fa0d88a7e0e3cbc1de37ec34738cc391c81c3..973ba40828a17bd3be76a959390a913075e3a40e 100644 |
| --- a/build/toolchain/gcc_toolchain.gni |
| +++ b/build/toolchain/gcc_toolchain.gni |
| @@ -73,7 +73,7 @@ import("//build/toolchain/toolchain.gni") |
| # all shared libraries and executables as they are built. The pre-stripped |
| # artifacts will be put in lib.unstripped/ and exe.unstripped/. |
| # |
| -# Optional build argument contols. |
| +# Optional build argument controls. |
|
Nico
2016/08/05 00:55:57
I noticed this one while writing the is_asan CL I
|
| # |
| # - clear_sanitizers |
| # When set to true, is_asan, is_msan, etc.will all be set to false. Often |