| Index: tools/gn/functions_target.cc
|
| diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc
|
| index 5cfd20ba48b0b1c3ee5e5e877b2934e9cc5a9753..4e162d54004d0bd3aaeb061cb7165835ae4f8391 100644
|
| --- a/tools/gn/functions_target.cc
|
| +++ b/tools/gn/functions_target.cc
|
| @@ -91,8 +91,8 @@ const char kAction_Help[] =
|
| "action: Declare a target that runs a script a single time.\n"
|
| "\n"
|
| " This target type allows you to run a script a single time to produce\n"
|
| - " or more output files. If you want to run a script once for each of a\n"
|
| - " set of input files, see \"gn help action_foreach\".\n"
|
| + " one or more output files. If you want to run a script once for each of\n"
|
| + " a set of input files, see \"gn help action_foreach\".\n"
|
| "\n"
|
| "Inputs\n"
|
| "\n"
|
|
|