Fix comments in image_cache_task

The Cell that used to be here is now gone, and there is a typo in
another comment.
This commit is contained in:
Cameron Zwarich 2014-07-14 16:12:47 -07:00
parent a8e8105cea
commit 99987a2eb7

View file

@ -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<Vec<u8>, ()>),
/// Used by the decoder tasks to post decoded images back to the cache