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

Unified Diff: tools/gn/label.h

Issue 946043002: GN header checker enhancements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@check3
Patch Set: Created 5 years, 10 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/header_checker.cc ('K') | « tools/gn/header_checker.cc ('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 9c4a1c6dcfde3f5126e6894a11cc4d98b7f13a11..88336eafa6d2540132547388173a384d14d606c6 100644
--- a/tools/gn/label.h
+++ b/tools/gn/label.h
@@ -18,7 +18,7 @@ class Label {
public:
Label();
- // Makes a label given an already-separate out path and name.
+ // Makes a label given an already-separated out path and name.
// See also Resolve().
Label(const SourceDir& dir,
const base::StringPiece& name,
« tools/gn/header_checker.cc ('K') | « tools/gn/header_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698