From e805158c915cfc24874943a81598ceb3dfb09bb6 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 12 May 2025 12:01:38 +0200 Subject: GitTree: Fix comment typo --- src/buildtool/file_system/git_tree.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3