]> granicus.if.org Git - imagemagick/commitdiff
distort comment typos
authornicolas <nicolas@git.imagemagick.org>
Wed, 2 Feb 2011 00:20:55 +0000 (00:20 +0000)
committernicolas <nicolas@git.imagemagick.org>
Wed, 2 Feb 2011 00:20:55 +0000 (00:20 +0000)
magick/distort.c

index 99a22bbe994e9007e41ee3d9d8c2946409cda0ee..f0ed823344984b1fe2fae389a4a74915264fb89f 100644 (file)
@@ -198,10 +198,10 @@ static const char *poly_basis_str(ssize_t n)
   switch(n) {
     case  0:  return(""); /* constant */
     case  1:  return("*ii");
-    case  2:  return("*jj"); /* affine                  order = 1   terms = 3 */
-    case  3:  return("*ii*jj"); /* bilinear             order = 1.5 terms = 4 */
+    case  2:  return("*jj"); /* affine                 order = 1   terms = 3 */
+    case  3:  return("*ii*jj"); /* bilinear            order = 1.5 terms = 4 */
     case  4:  return("*ii*ii");
-    case  5:  return("*jj*jj"); /* quadratic            order = 2   terms = 6 */
+    case  5:  return("*jj*jj"); /* quadratic           order = 2   terms = 6 */
     case  6:  return("*ii*ii*ii");
     case  7:  return("*ii*ii*jj");
     case  8:  return("*ii*jj*jj");