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

Unified Diff: tools/gn/substitution_writer.h

Issue 1750283003: Minor fixes to tools/gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix last reference to IsValidToolSubstutition. Created 4 years, 10 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
Index: tools/gn/substitution_writer.h
diff --git a/tools/gn/substitution_writer.h b/tools/gn/substitution_writer.h
index f50fb8dbd5fafb36b3ef49a31b39894279fecc52..a450bbbc03c02f0ce13b8eb0cf0999705aac382d 100644
--- a/tools/gn/substitution_writer.h
+++ b/tools/gn/substitution_writer.h
@@ -115,7 +115,7 @@ class SubstitutionWriter {
std::vector<OutputFile>* output);
// Like ApplyListToSource but applies the list to all sources and replaces
- // rather than appesnds the output (this produces the complete output).
+ // rather than appends the output (this produces the complete output).
static void ApplyListToSources(
const Settings* settings,
const SubstitutionList& list,

Powered by Google App Engine
This is Rietveld 408576698