Index: tools/gn/ninja_action_target_writer.cc |
diff --git a/tools/gn/ninja_action_target_writer.cc b/tools/gn/ninja_action_target_writer.cc |
index 77ee2b41ae6017105dc79ec845baa1518c8f8744..9e5636237a3b16f77c324101f5e815e29494780c 100644 |
--- a/tools/gn/ninja_action_target_writer.cc |
+++ b/tools/gn/ninja_action_target_writer.cc |
@@ -180,7 +180,7 @@ void NinjaActionTargetWriter::WriteSourceRules( |
// The required types is the union of the args and response file. This |
// might theoretically duplicate a definition if the same substitution is |
- // used in both the args and the reponse file. However, this should be |
+ // used in both the args and the response file. However, this should be |
// very unusual (normally the substitutions will go in one place or the |
// other) and the redundant assignment won't bother Ninja. |
SubstitutionWriter::WriteNinjaVariablesForSource( |