From: cristy Date: Thu, 17 Jan 2013 00:36:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4eb3d6866eecffe6f8f41bcf8c9199be0f498fe;p=imagemagick --- diff --git a/MagickCore/distribute-cache.c b/MagickCore/distribute-cache.c index a20e3c51d..1ef5e1b8e 100644 --- a/MagickCore/distribute-cache.c +++ b/MagickCore/distribute-cache.c @@ -1020,7 +1020,7 @@ MagickPrivate MagickBooleanType OpenDistributePixelCache( % % o region: read the metacontent from this region of the image. % -% o length: write the metacontent to this region of the image. +% o length: the length in bytes of the metacontent. % % o metacontent: read these metacontent from the pixel cache. % @@ -1102,7 +1102,7 @@ MagickPrivate MagickBooleanType ReadDistributePixelCacheMetacontent( % % o region: read the pixels from this region of the image. % -% o length: write the pixels to this region of the image. +% o length: the length in bytes of the pixels. % % o pixels: read these pixels from the pixel cache. % @@ -1234,7 +1234,7 @@ MagickPrivate MagickBooleanType RelinquishDistributePixelCache( % % o region: write the metacontent to this region of the image. % -% o length: write the metacontent to this region of the image. +% o length: the length in bytes of the metacontent. % % o metacontent: write these metacontent to the pixel cache. % @@ -1317,7 +1317,7 @@ MagickPrivate MagickBooleanType WriteDistributePixelCacheMetacontent( % % o region: write the pixels to this region of the image. % -% o length: write the pixels to this region of the image. +% o length: the length in bytes of the pixels. % % o pixels: write these pixels to the pixel cache. %