Skip to content

Commit cb61770

Browse files
committed
Fix comment
1 parent 8cb647f commit cb61770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raw/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,8 @@ struct RawTableInner {
797797
// number of buckets in the table.
798798
bucket_mask: usize,
799799

800-
// [Padding], T1, T2, ..., Tlast, C1, C2, ...
801-
// ^ points here
800+
// [Padding], T_n, ..., T1, T0, CT0, CT1, ...
801+
// ^ points here
802802
ctrl: NonNull<u8>,
803803

804804
// Number of elements that can be inserted before we need to grow the table

0 commit comments

Comments
 (0)