| 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_;
|
|
|