]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Wed, 12 Sep 2012 14:50:49 +0000 (14:50 +0000)
committernicolas <nicolas@git.imagemagick.org>
Wed, 12 Sep 2012 14:50:49 +0000 (14:50 +0000)
MagickCore/enhance.c

index 2a0600f0d44b79da1ba4d30df811875f37286b20..a09cdee9497fdadcf90664afeb36e8b27dbfe02e 100644 (file)
@@ -3341,7 +3341,7 @@ MagickExport MagickBooleanType NormalizeImage(Image *image,
   sigmoidal) may be outside of the interval (-1,1) (resp. (0,1)), even
   when creating a LUT from in gamut values, hence the branching.  In
   addition, HDRI may have out of gamut values.
-  InverseScaledSigmoidal is not a two-side inverse of ScaledSigmoidal:
+  InverseScaledSigmoidal is not a two-sided inverse of ScaledSigmoidal:
   It is only a right inverse. This is unavoidable.
 */
 static inline double InverseScaledSigmoidal(const double a,const double b,