Skip to content

Commit

Permalink
openmp-threading: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acepaceNS authored Aug 6, 2023
1 parent 3b6b7c1 commit c11e93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp-threading/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int print_results( Inputs in, int mype, double runtime, int nprocs,
if(mype == 0 )
{
if( is_invalid_result )
printf("Verification checksum: %llu (WARNING - INAVALID CHECKSUM!)\n", vhash);
printf("Verification checksum: %llu (WARNING - INVALID CHECKSUM!)\n", vhash);
else
printf("Verification checksum: %llu (Valid)\n", vhash);
border_print();
Expand Down

0 comments on commit c11e93f

Please sign in to comment.