Random cosmetic fixes
[alexxy/gromacs.git] / src / external / clFFT / src / library / plan.cpp
index 99cf97acb0e82f69abe00e8f9d55fd2fbba0ca3f..2b3990af86e1378dad20bae288ea99200c13f966 100644 (file)
@@ -2286,7 +2286,7 @@ clfftStatus       clfftBakePlan( clfftPlanHandle plHandle, cl_uint numQueues, cl_comma
                                                clLengths[1] = fftPlan->length[1];
 
                                                //NON_SQUARE_KERNEL_ORDER currKernelOrder;
-                                               // controling the transpose and swap kernel order
+                                               // controlling the transpose and swap kernel order
                                                // if leading dim is larger than the other dim it makes sense to swap and transpose
                                                if (clLengths[0] > clLengths[1])
                                                {