Index: tools/gn/label.cc |
diff --git a/tools/gn/label.cc b/tools/gn/label.cc |
index 11dbae5750fe398e790f97b082cbfcd82528f9a9..095128d81e2014856e9bee4d4e45ebd509f0c162 100644 |
--- a/tools/gn/label.cc |
+++ b/tools/gn/label.cc |
@@ -29,7 +29,7 @@ bool ComputeBuildLocationFromDep(const Value& input_value, |
const base::StringPiece& input, |
SourceDir* result, |
Err* err) { |
- // No rule, use the current locaton. |
+ // No rule, use the current location. |
if (input.empty()) { |
*result = current_dir; |
return true; |