Skip to content

Commit

Permalink
Merge pull request #259 from homka122/fix/hellohell
Browse files Browse the repository at this point in the history
Fix spell mistake in hello_world demo sources
  • Loading branch information
DrTimothyAldenDavis authored Oct 16, 2024
2 parents cc56ed4 + 3040ccd commit afeb9df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions experimental/benchmark/helloworld2_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions experimental/benchmark/helloworld_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afeb9df

Please sign in to comment.