Skip to content

Commit

Permalink
minor typos in C++ vector pi host
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdeakin committed Sep 2, 2013
1 parent 5d5f66e commit 272b8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solutions/ExerciseA/Cpp/pi_vocl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, char** argv)
{
if (argc != 2)
{
std::cout << "Usage:./pi_vocl num\n"
std::cout << "Usage: ./pi_vocl num\n"
<< "\twhere num = 1, 4 or 8\n";
return EXIT_FAILURE;
}
Expand Down Expand Up @@ -67,7 +67,7 @@ int main(int argc, char** argv)
// Set some default values:
// Default number of steps (updated later to device preferable)
unsigned int in_nsteps = INSTEPS;
// Defaultl number of iterations
// Default number of iterations
unsigned int niters = ITERS;
unsigned int work_group_size = WGS;

Expand Down

0 comments on commit 272b8d1

Please sign in to comment.