Fix doc on "Multiple outputs" for runtime_deps.

Review-Url: https://codereview.chromium.org/2033443002
Cr-Original-Commit-Position: refs/heads/master@{#397309}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 0e85587e05893b1a8b53d8c80f38506dd3b06713
diff --git a/tools/gn/runtime_deps.cc b/tools/gn/runtime_deps.cc
index 27225e8..f350cb7 100644
--- a/tools/gn/runtime_deps.cc
+++ b/tools/gn/runtime_deps.cc
@@ -265,8 +265,8 @@
     "  When a tool produces more than one output, only the first output\n"
     "  is considered. For example, a shared library target may produce a\n"
     "  .dll and a .lib file on Windows. Only the .dll file will be considered\n"
-    "  a runtime dependency. This applies only to linker tools, scripts and\n"
-    "  copy steps with multiple outputs will also get all outputs listed.\n";
+    "  a runtime dependency. This applies only to linker tools. Scripts and\n"
+    "  copy steps with multiple outputs will get all outputs listed.\n";
 
 RuntimeDepsVector ComputeRuntimeDeps(const Target* target) {
   RuntimeDepsVector result;