Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nstilt1 committed Jan 24, 2024
1 parent 92d89e3 commit 2ff71ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeroize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ unsafe fn volatile_set<T: Copy + Sized>(dst: *mut T, src: T, count: usize) {
/// unsafe { zeroize_flat_type(self as *mut Self) }
/// }
/// }
/// impl ZeroizeOnDrop for DatatoZeroize {}
/// impl ZeroizeOnDrop for DataToZeroize {}
///
/// let mut data = DataToZerioze {
/// let mut data = DataToZeroize {
/// flat_data_1: [3u8; 32],
/// flat_data_2: SomeMoreFlatData(123u64)
/// };
Expand Down

0 comments on commit 2ff71ab

Please sign in to comment.