Skip to content

Commit 925e220

Browse files
committed
C0 not CT0
1 parent cb61770 commit 925e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ struct RawTableInner {
797797
// number of buckets in the table.
798798
bucket_mask: usize,
799799

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

0 commit comments

Comments
 (0)