| Index: tools/gn/ninja_binary_target_writer.cc
|
| diff --git a/tools/gn/ninja_binary_target_writer.cc b/tools/gn/ninja_binary_target_writer.cc
|
| index 30658f21ed155973a44be8c8bced91044a185c2e..b012e42b0088a0106ffaa01ae1d5421dd6a38fef 100644
|
| --- a/tools/gn/ninja_binary_target_writer.cc
|
| +++ b/tools/gn/ninja_binary_target_writer.cc
|
| @@ -271,7 +271,7 @@ void NinjaBinaryTargetWriter::Run() {
|
| WriteCompilerVars(used_types);
|
|
|
| // The input dependencies will be an order-only dependency. This will cause
|
| - // Ninja to make sure the inputs are up-to-date before compiling this source,
|
| + // Ninja to make sure the inputs are up to date before compiling this source,
|
| // but changes in the inputs deps won't cause the file to be recompiled.
|
| //
|
| // This is important to prevent changes in unrelated actions that are
|
|
|