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

Unified Diff: tools/gn/label.h

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not pretty print the written json; this gets around crlf issues Created 4 years, 4 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 | « tools/gn/gn.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/label.h
diff --git a/tools/gn/label.h b/tools/gn/label.h
index cbeb1774d440449d1db14eeaa3b8cd55862a3dbf..12ae52911802316ff99cff86e1a7fef0dae7ac40 100644
--- a/tools/gn/label.h
+++ b/tools/gn/label.h
@@ -32,7 +32,7 @@ class Label {
Label(const Label& other);
~Label();
- // Resolives a string from a build file that may be relative to the
+ // Resolves a string from a build file that may be relative to the
// current directory into a fully qualified label. On failure returns an
// is_null() label and sets the error.
static Label Resolve(const SourceDir& current_dir,
« no previous file with comments | « tools/gn/gn.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698