Skip to content

Commit

Permalink
C0 not C1
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jul 14, 2024
1 parent cb61770 commit 0e2c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ struct RawTableInner {
// number of buckets in the table.
bucket_mask: usize,

// [Padding], T_n, ..., T1, T0, CT0, CT1, ...
// [Padding], T_n, ..., T1, T0, C0, C1, ...
// ^ points here
ctrl: NonNull<u8>,

Expand Down

0 comments on commit 0e2c242

Please sign in to comment.