From 3040ccd3f232beb27b9348c742a96b3b69401f64 Mon Sep 17 00:00:00 2001 From: Homka122 Date: Sat, 12 Oct 2024 15:42:35 +0300 Subject: [PATCH] Fix: spell mistake in hello_world demo sources --- experimental/benchmark/helloworld2_demo.c | 4 ++-- experimental/benchmark/helloworld_demo.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/benchmark/helloworld2_demo.c b/experimental/benchmark/helloworld2_demo.c index 900a509e47..336d73ce60 100644 --- a/experimental/benchmark/helloworld2_demo.c +++ b/experimental/benchmark/helloworld2_demo.c @@ -25,8 +25,8 @@ // // Then run this demo with an input matrix. For example: // -// ./experimental/benchmark/hellworld2_demo < ../data/west0067.mtx -// ./experimental/benchmark/hellworld2_demo < ../data/karate.mtx +// ./experimental/benchmark/helloworld2_demo < ../data/west0067.mtx +// ./experimental/benchmark/helloworld2_demo < ../data/karate.mtx // // If you create your own algorithm and want to mimic this main program, call // it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the diff --git a/experimental/benchmark/helloworld_demo.c b/experimental/benchmark/helloworld_demo.c index 53ee86ce05..e05ad91ce3 100644 --- a/experimental/benchmark/helloworld_demo.c +++ b/experimental/benchmark/helloworld_demo.c @@ -25,9 +25,9 @@ // // Then run this demo with an input matrix. For example: // -// ./experimental/benchmark/hellworld_demo ../data/west0067.mtx -// ./experimental/benchmark/hellworld_demo < ../data/west0067.mtx -// ./experimental/benchmark/hellworld_demo ../data/karate.mtx +// ./experimental/benchmark/helloworld_demo ../data/west0067.mtx +// ./experimental/benchmark/helloworld_demo < ../data/west0067.mtx +// ./experimental/benchmark/helloworld_demo ../data/karate.mtx // // If you create your own algorithm and want to mimic this main program, call // it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the