From fee1f2ade962c913ba2da81f7a97ab39c6f66989 Mon Sep 17 00:00:00 2001 From: ville-h Date: Sun, 4 Jan 2015 13:26:25 +0200 Subject: fix comment referencing RwLock --- src/libstd/sync/poison.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sync') diff --git a/src/libstd/sync/poison.rs b/src/libstd/sync/poison.rs index 6e4df118209..385df45b400 100644 --- a/src/libstd/sync/poison.rs +++ b/src/libstd/sync/poison.rs @@ -49,7 +49,7 @@ pub struct Guard { /// A type of error which can be returned whenever a lock is acquired. /// -/// Both Mutexes and RWLocks are poisoned whenever a task fails while the lock +/// Both Mutexes and RwLocks are poisoned whenever a task fails while the lock /// is held. The precise semantics for when a lock is poisoned is documented on /// each lock, but once a lock is poisoned then all future acquisitions will /// return this error. -- cgit 1.4.1-3-g733a5