Skip to content

Commit 30e4615

Browse files
author
Stjepan Glavina
committed
Typo
1 parent 21a5dbd commit 30e4615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl<T> Lock<T> {
151151
// Somebody is starved.
152152
_ => {
153153
// Notify the first listener in line because we probably received a
154-
// notification that was meant for a starved thread.
154+
// notification that was meant for a starved task.
155155
self.0.lock_ops.notify_one();
156156
break;
157157
}

0 commit comments

Comments
 (0)