From 832c3e3cd725d85963c70cfdce26b13a5c0d508f Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Thu, 18 Dec 2014 15:10:37 -0800 Subject: Fix some spelling errors. --- src/libstd/sync/rwlock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sync') diff --git a/src/libstd/sync/rwlock.rs b/src/libstd/sync/rwlock.rs index 07b2f2cf541..3f177a42f44 100644 --- a/src/libstd/sync/rwlock.rs +++ b/src/libstd/sync/rwlock.rs @@ -60,7 +60,7 @@ pub struct RWLock { data: UnsafeCell, } -/// Structure representing a staticaly allocated RWLock. +/// Structure representing a statically allocated RWLock. /// /// This structure is intended to be used inside of a `static` and will provide /// automatic global access as well as lazy initialization. The internal -- cgit 1.4.1-3-g733a5