diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c
index a9cb15c..b3441ec 100644
--- a/MagickWand/mogrify.c
+++ b/MagickWand/mogrify.c
@@ -348,8 +348,8 @@
     *read_info;
 
   /*
-    Read an image into a image cache if not already present.  Return the image
-    that is in the cache under that filename.
+    Read an image into a image cache (for repeated usage) if not already in
+    cache.  Then return the image that is in the cache.
   */
   (void) FormatLocaleString(key,MaxTextExtent,"cache:%s",path);
   sans_exception=AcquireExceptionInfo();