Skip to content

Commit 68b1378

Browse files
committed
Fix comment
1 parent 8ec1596 commit 68b1378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/freetrie.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class FreeTrie {
7070
/// @returns The lower half of the size range.
7171
LIBC_INLINE SizeRange lower() const { return {min, width / 2}; }
7272

73-
/// @returns The lower half of the size range.
73+
/// @returns The upper half of the size range.
7474
LIBC_INLINE SizeRange upper() const { return {min + width / 2, width / 2}; }
7575

7676
/// @returns The largest size in this range.

0 commit comments

Comments
 (0)