From c2c99463720e758d5aa0bdcea19dc5b3dd67292c Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Mon, 9 Jun 2014 00:00:52 -0400 Subject: Fix more misspelled comments and strings. --- 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 a8eb4b3407e..5f285010998 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -184,7 +184,7 @@ impl Drop for Arc { // This fence is needed to prevent reordering of use of the data and // deletion of the data. Because it is marked `Release`, the - // decreasing of the reference count sychronizes with this `Acquire` + // 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 // happens before the deletion of the data. -- cgit 1.4.1-3-g733a5