diff --git a/embassy-hal-common/src/drop.rs b/embassy-hal-common/src/drop.rs index 74a484de..3a90dd50 100644 --- a/embassy-hal-common/src/drop.rs +++ b/embassy-hal-common/src/drop.rs @@ -38,7 +38,7 @@ impl DropBomb { Self { _private: () } } - /// Diffuses the bomb, rendering it safe to drop. + /// Defuses the bomb, rendering it safe to drop. pub fn defuse(self) { mem::forget(self) }