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

Unified Diff: tools/gn/builder.cc

Issue 1370293002: GN comment spelling fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/builder.cc
diff --git a/tools/gn/builder.cc b/tools/gn/builder.cc
index 3a0c1f5851663d502c2b06c3a0eea8bb6dcb512a..ca11e888d353bd3d6c5168afe09580103711fab8 100644
--- a/tools/gn/builder.cc
+++ b/tools/gn/builder.cc
@@ -242,7 +242,7 @@ bool Builder::ConfigDefined(BuilderRecord* record, Err* err) {
return false;
// Make sure all deps of this config are scheduled to be loaded. For other
- // item types like targets, the "should generate" flag is propogated around
+ // item types like targets, the "should generate" flag is propagated around
// to mark whether this should happen. We could call
// RecursiveSetShouldGenerate to do this step here, but since configs nor
// anything they depend on is actually written, the "generate" flag isn't
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698