Skip to content

Commit 43fa85c

Browse files
committed
Fixes some spelling and grammar problems, pt 2
1 parent 71a54f5 commit 43fa85c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For development:
3838
Portability
3939
-----------
4040

41-
The project is developed under the GNU/Linux OS with the gcc compiler and usualy not tested under other OSs and compilers.
41+
The project is developed under the GNU/Linux OS with the gcc compiler and usually not tested under other OSs and compilers.
4242
But the project does not use OS or compiler specific features (types, attributes, etc) so it's expected that the project will be normally work under other platforms.
4343

4444

@@ -110,8 +110,8 @@ $ cmake -DCMAKE_BUILD_TYPE=Release -DMUNKRESCPP_DEVEL_MODE=ON ..
110110
$ make benchmarks
111111
```
112112

113-
To get comparable results it's required to generate data set wich will be used for all benchmarks:
114-
```
113+
To get comparable results it's required to generate the data set wich will be used for all benchmarks:
114+
```
115115
$ benchmarks/tools/generator/matrixgenerator.bin {dim_1 dim_2 ... dim_n}
116116
```
117117
Where every ```dim_x``` parameter generates a square matrix with ```dim_x``` dimension.

0 commit comments

Comments
 (0)