mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:52:48 +08:00
Contributing: Fix a typo (#9566)
This commit is contained in:
parent
7b61b7b515
commit
891a840ffa
@ -662,7 +662,7 @@ namespace vcpkg::Build
|
|||||||
std::vector<AbiEntry> abi_tag_entries(dependency_abis.begin(), dependency_abis.end());
|
std::vector<AbiEntry> abi_tag_entries(dependency_abis.begin(), dependency_abis.end());
|
||||||
|
|
||||||
// Sorted here as the order of dependency_abis is the only
|
// Sorted here as the order of dependency_abis is the only
|
||||||
// non-deterministicly ordered set of AbiEntries
|
// non-deterministically ordered set of AbiEntries
|
||||||
Util::sort(abi_tag_entries);
|
Util::sort(abi_tag_entries);
|
||||||
|
|
||||||
// If there is an unusually large number of files in the port then
|
// If there is an unusually large number of files in the port then
|
||||||
|
Loading…
Reference in New Issue
Block a user