summaryrefslogtreecommitdiff
path: root/src/missing_deps.cc
diff options
context:
space:
mode:
authorBruce Dawson <randomascii@users.noreply.github.com>2022-02-16 16:06:15 -0800
committerGitHub <noreply@github.com>2022-02-16 16:06:15 -0800
commit34d03bd3db07f7cae57016eee0b60b4ebe5baecc (patch)
tree12e7703f8c2562ca25686a93e887f44e38c62c7d /src/missing_deps.cc
parent87b8965080693f084e5784efde234b127711d8c1 (diff)
parentf404f0059d71c8c86da7b56c48794266b5befd10 (diff)
downloadninja-34d03bd3db07f7cae57016eee0b60b4ebe5baecc.tar.gz
Merge branch 'ninja-build:master' into compiler_detect
Diffstat (limited to 'src/missing_deps.cc')
-rw-r--r--src/missing_deps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/missing_deps.cc b/src/missing_deps.cc
index 78feb49..de76620 100644
--- a/src/missing_deps.cc
+++ b/src/missing_deps.cc
@@ -116,7 +116,7 @@ void MissingDependencyScanner::ProcessNodeDeps(Node* node, Node** dep_nodes,
// rebuild this target when the build is reconfigured", but build.ninja is
// often generated by a configuration tool like cmake or gn. The rest of
// the build "implicitly" depends on the entire build being reconfigured,
- // so a missing dep path to build.ninja is not an actual missing dependecy
+ // so a missing dep path to build.ninja is not an actual missing dependency
// problem.
if (deplog_node->path() == "build.ninja")
return;