Skip to content

Commit 8f0f3b1

Browse files
Update a comment.
1 parent 7a78347 commit 8f0f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/Hashing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ template <typename RangeT> hash_code hash_combine_range(RangeT &&R) {
476476
namespace hashing {
477477
namespace detail {
478478

479-
/// Helper class to manage the combining of `hash_combine` arguments.
479+
/// Helper class to manage the combining of hash_combine arguments.
480480
///
481481
/// This class manages the state and various calls involved in combining a
482482
/// variadic argument list into a single hash.

0 commit comments

Comments
 (0)