Skip to content

Commit 948c8cc

Browse files
authored
tests: Fix typo: mutal -> mutual (#404)
1 parent 6abd413 commit 948c8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mutex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::rc::Rc;
99
use std::sync::atomic::Ordering::SeqCst;
1010

1111
#[test]
12-
fn mutex_enforces_mutal_exclusion() {
12+
fn mutex_enforces_mutual_exclusion() {
1313
loom::model(|| {
1414
let data = Rc::new((Mutex::new(0), AtomicUsize::new(0)));
1515

0 commit comments

Comments
 (0)