]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 15 Jun 2014 18:38:48 +0000 (18:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 15 Jun 2014 18:38:48 +0000 (18:38 +0000)
MagickCore/statistic.c

index 362b72fa719fef8289aff1fd35049571fd122fac..f162483afaa1031e874fce5f4a9e1c461a9b0d2d 100644 (file)
@@ -2704,7 +2704,7 @@ static inline void GetRootMeanSquarePixelList(PixelList *pixel_list,
     count;
 
   /*
-    Find the mean value for each of the color.
+    Find the root mean square value for each of the color.
   */
   p=(&pixel_list->skip_list);
   color=65536L;