| Index: tools/gn/ninja_action_target_writer.cc
|
| diff --git a/tools/gn/ninja_action_target_writer.cc b/tools/gn/ninja_action_target_writer.cc
|
| index aed8ffbc864acebd33ffbd9dd83c66a2e21b9a23..17436323a92d25680c7160a4f96073a6c1e9ec88 100644
|
| --- a/tools/gn/ninja_action_target_writer.cc
|
| +++ b/tools/gn/ninja_action_target_writer.cc
|
| @@ -166,7 +166,7 @@ void NinjaActionTargetWriter::WriteSourceRules(
|
| path_output_.WriteFile(out_, sources[i]);
|
| if (!input_dep.value().empty()) {
|
| // Using "|" for the dependencies forces all implicit dependencies to be
|
| - // fully up-to-date before running the action, and will re-run this
|
| + // fully up to date before running the action, and will re-run this
|
| // action if any input dependencies change. This is important because
|
| // this action may consume the outputs of previous steps.
|
| out_ << " | ";
|
|
|