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

Unified Diff: tools/gn/substitution_list.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_list.h
diff --git a/tools/gn/substitution_list.h b/tools/gn/substitution_list.h
index 7273eceabae9792652c203968570cf7c131914b9..eaf8a614bd65e0e7224de8e1e8516539bf5a8c88 100644
--- a/tools/gn/substitution_list.h
+++ b/tools/gn/substitution_list.h
@@ -30,7 +30,7 @@ class SubstitutionList {
const std::vector<SubstitutionPattern>& list() const { return list_; }
- // Returns a list of all substitution types used by the patterns in thist
+ // Returns a list of all substitution types used by the patterns in this
// list, with the exception of LITERAL.
const std::vector<SubstitutionType>& required_types() const {
return required_types_;

Powered by Google App Engine
This is Rietveld 408576698