From e3fa23bcb64064d50c2a9e3b5870bc82081359d9 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Wed, 2 Jul 2014 21:27:07 -0400 Subject: Fix spelling errors. --- src/liballoc/arc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index 38ed511c458..9b4f879e61e 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -185,7 +185,7 @@ impl Drop for Arc { // deletion of the data. Because it is marked `Release`, the // decreasing of the reference count synchronizes with this `Acquire` // fence. This means that use of the data happens before decreasing - // the refernce count, which happens before this fence, which + // the reference count, which happens before this fence, which // happens before the deletion of the data. // // As explained in the [Boost documentation][1], -- cgit 1.4.1-3-g733a5