| Index: tools/gn/config_values_extractors.h
|
| diff --git a/tools/gn/config_values_extractors.h b/tools/gn/config_values_extractors.h
|
| index 8ccf7f5e358de2988108327b86d11348c9aea7e1..49945421f293454cd6c9003a8f52b005b322a36f 100644
|
| --- a/tools/gn/config_values_extractors.h
|
| +++ b/tools/gn/config_values_extractors.h
|
| @@ -43,7 +43,7 @@ class ConfigValuesIterator {
|
| return target_->configs()[cur_index_].ptr->config_values();
|
| }
|
|
|
| - // Returns the origin of who added this config, if any. This will alwsya be
|
| + // Returns the origin of who added this config, if any. This will always be
|
| // null for the config values of a target itself.
|
| const ParseNode* origin() const {
|
| if (cur_index_ == -1)
|
|
|