Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: tools/gn/functions.cc

Issue 2045713003: Fix documentation for "pool" object in gn binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/functions.cc
diff --git a/tools/gn/functions.cc b/tools/gn/functions.cc
index 24bc2c91da4ab56c4797b67996e216d5ae55b4f5..9e8646f96b16855c3aac157ceb2bdb8d6d07f405 100644
--- a/tools/gn/functions.cc
+++ b/tools/gn/functions.cc
@@ -692,8 +692,8 @@ const char kPool_Help[] =
" the number of tasks that may run simultaneously.\n"
"\n"
" As the file containing the pool definition may be executed in the\n"
- " of more than one toolchain it is recommended to specify an explicit\n"
- " toolchain when definining and referencing a pool.\n"
+ " context of more than one toolchain it is recommended to specify an\n"
+ " explicit toolchain when defining and referencing a pool.\n"
"\n"
" A pool is referenced by its label just like a target.\n"
"\n"
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698