summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/file_system/git_tree.hpp2
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 {