| 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,
|
|
|