From b35e60bc66f70afd600fffec27668978a0f5e997 Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 17 Jul 2016 11:41:53 +0200 Subject: [PATCH] Fix typo in comment. --- MagickCore/opencl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c index ac4c56ac7..a68e76735 100644 --- a/MagickCore/opencl.c +++ b/MagickCore/opencl.c @@ -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) { -- 2.40.0