diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 03:53:00 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 03:53:00 +0000 |
commit | 0fc219793c6a304a13fb3c363dfd531021087cfa (patch) | |
tree | 3afbaf52f4c6511a683f0eb5d92ddaef7ad69c3f /tools/gn | |
parent | e0f045b4f1151f2441434d7bf9f19c9af6e8c4a4 (diff) | |
download | chromium_src-0fc219793c6a304a13fb3c363dfd531021087cfa.zip chromium_src-0fc219793c6a304a13fb3c363dfd531021087cfa.tar.gz chromium_src-0fc219793c6a304a13fb3c363dfd531021087cfa.tar.bz2 |
gn docs: Verbify nouniage. Insert postquote break.
BUGs=me
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/227543005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn')
-rw-r--r-- | tools/gn/function_toolchain.cc | 2 | ||||
-rw-r--r-- | tools/gn/setup.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc index 3443c35..43d8cd7 100644 --- a/tools/gn/function_toolchain.cc +++ b/tools/gn/function_toolchain.cc @@ -76,7 +76,7 @@ const char kToolchain_Help[] = "Example:\n" " toolchain(\"plugin_toolchain\") {\n" " tool(\"cc\") {\n" - " command = \"gcc $in\"" + " command = \"gcc $in\"\n" " }\n" "\n" " toolchain_args() {\n" diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc index da6f88c..d956c0f 100644 --- a/tools/gn/setup.cc +++ b/tools/gn/setup.cc @@ -54,7 +54,7 @@ extern const char kDotfile_Help[] = "Variables\n" "\n" " buildconfig [required]\n" - " Label of the build config file. This file will be used to setup\n" + " Label of the build config file. This file will be used to set up\n" " the build file execution environment for each toolchain.\n" "\n" " root [optional]\n" |