diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-04-30 18:00:16 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-05 10:31:26 +0200 |
commit | 56eed6c105844b79d93c16bc64860ad2abef3156 (patch) | |
tree | 3d88f87b6b9751bf2d74f7a0ca46ca97793bdc0c /src | |
parent | a80dd33b084774ae86a2f09800b32fd5b704f5a1 (diff) | |
download | justbuild-56eed6c105844b79d93c16bc64860ad2abef3156.tar.gz |
TreeOperationsUtils: fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/execution_engine/tree_operations/tree_operations_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string, TreeEntry>; ArtifactDigest const& tree_digest, HashFunction::Type hash_type) noexcept -> std::optional<TreeEntries> { - // 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( |