From c11e93f9b227002dd3bf1c3b8548eed4fb02e0b7 Mon Sep 17 00:00:00 2001 From: Daniel Goldberg <67860844+acepaceNS@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:42:42 +0300 Subject: [PATCH] openmp-threading: fix typo --- openmp-threading/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp-threading/io.c b/openmp-threading/io.c index 037f144b..2f60188d 100644 --- a/openmp-threading/io.c +++ b/openmp-threading/io.c @@ -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();