diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-12 12:01:38 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-04 14:34:43 +0200 |
commit | e805158c915cfc24874943a81598ceb3dfb09bb6 (patch) | |
tree | c1b485ba239abe44dd139f0b02034290ab68a0f7 /src/buildtool | |
parent | d5faa5f51f0aa82fba17513528ea9725cd5e471a (diff) | |
download | justbuild-e805158c915cfc24874943a81598ceb3dfb09bb6.tar.gz |
GitTree: Fix comment typo
Diffstat (limited to 'src/buildtool')
-rw-r--r-- | src/buildtool/file_system/git_tree.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_tree.hpp b/src/buildtool/file_system/git_tree.hpp index 0419ec1f..45c875d6 100644 --- a/src/buildtool/file_system/git_tree.hpp +++ b/src/buildtool/file_system/git_tree.hpp @@ -78,7 +78,7 @@ class GitTree { : std::make_optional(ToHexString(raw_id_)); } - // Getter of the raw root tree id with no fast lookup flag check. As such, + // Getter of the hex root tree id with no fast lookup flag check. As such, // the caller MUST NOT assume that there is a one-to-one correspondence // between this returned tree id and the values stored in entries_. [[nodiscard]] auto FileRootHash() const noexcept { |