| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index e0f3a26e554011f62c679e73431adc10343b2b8b..e3aa3a537f771f9cb5b2c3612126740797887b03 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -69,7 +69,7 @@ extern const char* kSubstitutionNames[SUBSTITUTION_NUM_TYPES];
|
| // the dollar sign.
|
| extern const char* kSubstitutionNinjaNames[SUBSTITUTION_NUM_TYPES];
|
|
|
| -// A wrapper around an array if flags indicating whether a give substitution
|
| +// A wrapper around an array if flags indicating whether a given substitution
|
| // type is required in some context. By convention, the LITERAL type bit is
|
| // not set.
|
| struct SubstitutionBits {
|
|
|