diff --git a/Common/CAssignmentBase.cpp b/Common/CAssignmentBase.cpp index a2e53f4..6b50077 100644 --- a/Common/CAssignmentBase.cpp +++ b/Common/CAssignmentBase.cpp @@ -172,7 +172,7 @@ bool CAssignmentBase::RunComputeTask(IComputeTask& Task, size_t LocalWorkSize[3] // Running the same task on the GPU. cout << "Computing GPU result..."; - // Runing the kernel N times. This make the measurement of the execution time more accurate. + // Running the kernel N times. This make the measurement of the execution time more accurate. Task.ComputeGPU(m_CLContext, m_CLCommandQueue, LocalWorkSize); cout << "DONE" << endl;