From dd13dec4f17054c27ff6cedce2b69d7d1f5952b2 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 21 May 2019 20:58:37 +0200 Subject: [PATCH] Minor comment change. --- MagickCore/threshold.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MagickCore/threshold.c b/MagickCore/threshold.c index f55aeca64..a3bb96a21 100644 --- a/MagickCore/threshold.c +++ b/MagickCore/threshold.c @@ -2145,13 +2145,13 @@ MagickExport MagickBooleanType RandomThresholdImage(Image *image, % % o image: the image. % -% o low_black: Define the minimum threshold value. +% o low_black: Define the minimum black threshold value. % -% o low_white: Define the minimum threshold value. +% o low_white: Define the minimum white threshold value. % -% o high_white: Define the maximum threshold value. +% o high_white: Define the maximum white threshold value. % -% o high_black: Define the maximum threshold value. +% o high_black: Define the maximum black threshold value. % % o exception: return any errors or warnings in this structure. % -- 2.40.0