Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gram21 authored Mar 1, 2017
1 parent f19fbeb commit 072f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/CAssignmentBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 072f8a3

Please sign in to comment.