Skip to content

Commit 22c22d6

Browse files
[libc][NFC] mark hashtable as resizable (#79354)
It is not fix-sized anymore.
1 parent 4a9b5aa commit 22c22d6

File tree

1 file changed

+1
-1
lines changed
  • libc/src/__support/HashTable

1 file changed

+1
-1
lines changed

libc/src/__support/HashTable/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Fix-sized Monotonic HashTable ---------------------------*- C++ -*-===//
1+
//===-- Resizable Monotonic HashTable ---------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)