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

Unified Diff: tools/gn/config_values_extractors.h

Issue 984353002: Makes declared_arguments per toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 years, 9 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
« tools/gn/args.cc ('K') | « tools/gn/args_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« tools/gn/args.cc ('K') | « tools/gn/args_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698