]> granicus.if.org Git - imagemagick/commitdiff
Fix typo in comment.
authordirk <dirk@git.imagemagick.org>
Sun, 17 Jul 2016 09:41:53 +0000 (11:41 +0200)
committerdirk <dirk@git.imagemagick.org>
Sun, 17 Jul 2016 09:42:23 +0000 (11:42 +0200)
MagickCore/opencl.c

index ac4c56ac70f8cfe112acfe269ef18bda3328c148..a68e767352a576d026fed8548937a889b070a206 100644 (file)
@@ -905,8 +905,8 @@ static MagickBooleanType LoadOpenCLBenchmarks(MagickCLEnv clEnv,
     IMAGEMAGICK_PROFILE_FILE);
 
   /*
-    We can not write out a device profile, so don't cannot benchmark it
-    and pick the first GPU device(s).
+    We don't run the benchmark when we can not write out a device profile. The
+    first GPU device will be used.
   */
   if (CanWriteProfileToFile(filename) == MagickFalse)
     {