Skip to content

Commit d1f2af2

Browse files
committed
f sp
1 parent c095815 commit d1f2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/atomic_counter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! A simple atomic counter that uses mutexes if the platform doesn't suppor atomic u64s.
1+
//! A simple atomic counter that uses mutexes if the platform doesn't support atomic u64s.
22
33
#[cfg(target_has_atomic = "64")]
44
use core::sync::atomic::{AtomicU64, Ordering};

0 commit comments

Comments
 (0)