File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
//
9
9
// This file provides types and functions for computing and combining stable
10
10
// 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.
14
15
//
15
16
// ===----------------------------------------------------------------------===//
16
17
You can’t perform that action at this time.
0 commit comments