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.
1 parent c095815 commit d1f2af2Copy full SHA for d1f2af2
lightning/src/util/atomic_counter.rs
@@ -1,4 +1,4 @@
1
-//! A simple atomic counter that uses mutexes if the platform doesn't suppor atomic u64s.
+//! A simple atomic counter that uses mutexes if the platform doesn't support atomic u64s.
2
3
#[cfg(target_has_atomic = "64")]
4
use core::sync::atomic::{AtomicU64, Ordering};
0 commit comments