Skip to content

Commit 3040ccd

Browse files
committed
Fix: spell mistake in hello_world demo sources
1 parent cc56ed4 commit 3040ccd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

experimental/benchmark/helloworld2_demo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
//
2626
// Then run this demo with an input matrix. For example:
2727
//
28-
// ./experimental/benchmark/hellworld2_demo < ../data/west0067.mtx
29-
// ./experimental/benchmark/hellworld2_demo < ../data/karate.mtx
28+
// ./experimental/benchmark/helloworld2_demo < ../data/west0067.mtx
29+
// ./experimental/benchmark/helloworld2_demo < ../data/karate.mtx
3030
//
3131
// If you create your own algorithm and want to mimic this main program, call
3232
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the

experimental/benchmark/helloworld_demo.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
//
2626
// Then run this demo with an input matrix. For example:
2727
//
28-
// ./experimental/benchmark/hellworld_demo ../data/west0067.mtx
29-
// ./experimental/benchmark/hellworld_demo < ../data/west0067.mtx
30-
// ./experimental/benchmark/hellworld_demo ../data/karate.mtx
28+
// ./experimental/benchmark/helloworld_demo ../data/west0067.mtx
29+
// ./experimental/benchmark/helloworld_demo < ../data/west0067.mtx
30+
// ./experimental/benchmark/helloworld_demo ../data/karate.mtx
3131
//
3232
// If you create your own algorithm and want to mimic this main program, call
3333
// it write in experimental/benchmark/whatever_demo.c (with "_demo.c" as the

0 commit comments

Comments
 (0)