From 99987a2eb7708cdd08444e4046c0caad11e262b1 Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Mon, 14 Jul 2014 16:12:47 -0700 Subject: [PATCH] Fix comments in image_cache_task The Cell that used to be here is now gone, and there is a typo in another comment. --- src/components/net/image_cache_task.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/net/image_cache_task.rs b/src/components/net/image_cache_task.rs index c6cba21ac64..405748d9d11 100644 --- a/src/components/net/image_cache_task.rs +++ b/src/components/net/image_cache_task.rs @@ -34,8 +34,7 @@ pub enum Msg { /// Clients must wait for a response before shutting down the ResourceTask Exit(Sender<()>), - // FIXME: We can probably get rid of this Cell now - /// Used be the prefetch tasks to post back image binaries + /// Used by the prefetch tasks to post back image binaries StorePrefetchedImageData(Url, Result, ()>), /// Used by the decoder tasks to post decoded images back to the cache