| Index: tools/gn/toolchain.h
|
| diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
|
| index b49153b75205210f2dcc0165e51d2f563ab9327a..bcc70c06ee4eb005949ee2a319e9d79b5dd0c0e8 100644
|
| --- a/tools/gn/toolchain.h
|
| +++ b/tools/gn/toolchain.h
|
| @@ -99,7 +99,7 @@ class Toolchain : public Item {
|
|
|
| // Returns the tool that produces the final output for the given target type.
|
| // This isn't necessarily the tool you would expect. For copy target, this
|
| - // will return the stamp tool ionstead since the final output of a copy
|
| + // will return the stamp tool instead since the final output of a copy
|
| // target is to stamp the set of copies done so there is one output.
|
| static ToolType GetToolTypeForTargetFinalOutput(const Target* target);
|
| const Tool* GetToolForTargetFinalOutput(const Target* target) const;
|
|
|