Skip to content

Commit 957b590

Browse files
authored
Merge pull request #655 from overlookmotel/typo
refactor: fix typo in comment
2 parents 9e812fd + b848171 commit 957b590

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
@@ -2513,7 +2513,7 @@ impl RawTableInner {
25132513

25142514
/// Gets the slice of all control bytes.
25152515
fn ctrl_slice(&mut self) -> &mut [Tag] {
2516-
// SAFETY: We've intiailized all control bytes, and have the correct number.
2516+
// SAFETY: We've initialized all control bytes, and have the correct number.
25172517
unsafe { slice::from_raw_parts_mut(self.ctrl.as_ptr().cast(), self.num_ctrl_bytes()) }
25182518
}
25192519

0 commit comments

Comments
 (0)