From 56eed6c105844b79d93c16bc64860ad2abef3156 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 30 Apr 2025 18:00:16 +0200 Subject: TreeOperationsUtils: fix typo in comment --- .../execution_engine/tree_operations/tree_operations_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/execution_engine/tree_operations/tree_operations_utils.cpp b/src/buildtool/execution_engine/tree_operations/tree_operations_utils.cpp index 8c1b0844..6d44c991 100644 --- a/src/buildtool/execution_engine/tree_operations/tree_operations_utils.cpp +++ b/src/buildtool/execution_engine/tree_operations/tree_operations_utils.cpp @@ -108,7 +108,7 @@ using TreeEntries = std::unordered_map; ArtifactDigest const& tree_digest, HashFunction::Type hash_type) noexcept -> std::optional { - // For a tree overlay computation, the actual target of a symbolic + // For a tree-overlay computation, the actual target of a symbolic // link is not relevant. Symbolic links are just considered as // regular blobs. auto git_entries = GitRepo::ReadTreeData( -- cgit v1.2.3