We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e812fd + b848171 commit 957b590Copy full SHA for 957b590
src/raw/mod.rs
@@ -2513,7 +2513,7 @@ impl RawTableInner {
2513
2514
/// Gets the slice of all control bytes.
2515
fn ctrl_slice(&mut self) -> &mut [Tag] {
2516
- // SAFETY: We've intiailized all control bytes, and have the correct number.
+ // SAFETY: We've initialized all control bytes, and have the correct number.
2517
unsafe { slice::from_raw_parts_mut(self.ctrl.as_ptr().cast(), self.num_ctrl_bytes()) }
2518
}
2519
0 commit comments