summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/dag/dag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_engine/dag/dag.hpp')
-rw-r--r--src/buildtool/execution_engine/dag/dag.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/dag/dag.hpp b/src/buildtool/execution_engine/dag/dag.hpp
index 171ea1d6..1a00f6a5 100644
--- a/src/buildtool/execution_engine/dag/dag.hpp
+++ b/src/buildtool/execution_engine/dag/dag.hpp
@@ -528,7 +528,7 @@ class DependencyGraph : DirectedAcyclicGraph {
DependencyGraph() noexcept = default;
- // DependencyGraph should not be copiable or movable. This could be changed
+ // DependencyGraph should not be copyable or movable. This could be changed
// in the case we want to make the graph construction to be functional
DependencyGraph(DependencyGraph const&) = delete;
DependencyGraph(DependencyGraph&&) = delete;