diff --git a/embassy-nrf/src/pdm.rs b/embassy-nrf/src/pdm.rs index e20be1070..be29f9346 100644 --- a/embassy-nrf/src/pdm.rs +++ b/embassy-nrf/src/pdm.rs @@ -367,7 +367,7 @@ impl<'d, T: Instance> Pdm<'d, T> { /// The bufers are accepted as a tuple of raw pointers, lengths and capacities matching /// the Vec::from_raw_parts() function. /// - /// SAFTEY: + /// SAFETY: /// It is expected that the caller will set the length to non-zero and re-use the same /// length and capacity for each buffer. Changing buffer sizes is not supported. ///