Skip to content

Commit 9e657d7

Browse files
committed
Address comments from ellishg
1 parent fec11a1 commit 9e657d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/include/llvm/ADT/StableHashing.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
//
99
// This file provides types and functions for computing and combining stable
1010
// hashes. Stable hashes can be useful for hashing across different modules,
11-
// processes, or compiler runs for a specific version. It currently employs
12-
// the xxh3_64bits hashing algorithm. Be aware that this implementation may be
13-
// adjusted or updated as improvements to the system are made.
11+
// processes, machines, or compiler runs for a specific compiler version. It
12+
// currently employs the xxh3_64bits hashing algorithm. Be aware that this
13+
// implementation may be adjusted or updated as improvements to the compiler are
14+
// made.
1415
//
1516
//===----------------------------------------------------------------------===//
1617

0 commit comments

Comments
 (0)