| Index: tools/gn/ninja_toolchain_writer.h
|
| diff --git a/tools/gn/ninja_toolchain_writer.h b/tools/gn/ninja_toolchain_writer.h
|
| index ff0ebc0fffd8e0803e6f1f58827077906dcf34af..e3e26b0b7d667f27f63e6f2def77c85594e7d143 100644
|
| --- a/tools/gn/ninja_toolchain_writer.h
|
| +++ b/tools/gn/ninja_toolchain_writer.h
|
| @@ -21,7 +21,7 @@ class Toolchain;
|
| class NinjaToolchainWriter {
|
| public:
|
| // Takes the settings for the toolchain, as well as the list of all targets
|
| - // assicoated with the toolchain.
|
| + // associated with the toolchain.
|
| static bool RunAndWriteFile(const Settings* settings,
|
| const Toolchain* toolchain,
|
| const std::vector<const Target*>& targets);
|
|
|