Typos. Fix comments. Change-Id: Id6bf3b328e04c9af217032c70fd03a8135162901 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/6320 Reviewed-by: Brett Wilson <brettw@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org>
diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc index 4112f2e..ca996c5 100644 --- a/tools/gn/functions_target.cc +++ b/tools/gn/functions_target.cc
@@ -848,7 +848,7 @@ Writes data value(s) to disk on resolution. This target type mirrors some functionality of the write_file() function, but also provides the ability to collect metadata from its dependencies on resolution rather than writing out - parse time. + at parse time. The `outputs` variable is required to be a list with a single element, specifying the intended location of the output file. @@ -875,8 +875,8 @@ doom_melon = [ "enable" ] my_files = [ "foo.cpp" ] - // Note: this is functionally equivalent to not defining `my_barrier` - // at all in this target's metadata. + # Note: this is functionally equivalent to not defining `my_barrier` + # at all in this target's metadata. my_barrier = [ "" ] }