From 9da7c5c99ee42e382895dbd0dafdd29beaa61075 Mon Sep 17 00:00:00 2001 From: "Curtis.Bezault" Date: Thu, 25 Jul 2019 09:38:05 -0700 Subject: Make comment better --- toolsrc/src/vcpkg/build.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolsrc/src') diff --git a/toolsrc/src/vcpkg/build.cpp b/toolsrc/src/vcpkg/build.cpp index 80ac3ffe6..69a313c1a 100644 --- a/toolsrc/src/vcpkg/build.cpp +++ b/toolsrc/src/vcpkg/build.cpp @@ -705,7 +705,8 @@ namespace vcpkg::Build } } - //Make a copy of the external files and their hashes, and sort by hash + //Make a copy of the external file names and their hashes, and sort by + //hash. std::vector> additional_file_hashes = Util::fmap(pre_build_info.external_files, [](const std::pair& file_hash) -- cgit v1.2.3