Skip to content

Commit c4d8d28

Browse files
committed
Fixed typo
Changed "outputa" to "outputs". [ticket: X]
1 parent 3047dcc commit c4d8d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/hash_functions/validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The validation directory contains code to validate the Fortran hash functions ag
22

33
* `generate_key_array.f90` - creates a file containing 2048 random 8 bit integers.
44

5-
* `generate_hash_arrays.cpp` - reads the file generated by `generate_key_array.f90` and uses its contents to generate 2049 hashes for each hash algorithm and outputa files containing the hashes.
5+
* `generate_hash_arrays.cpp` - reads the file generated by `generate_key_array.f90` and uses its contents to generate 2049 hashes for each hash algorithm and outputs files containing the hashes.
66

77
* `hash_validity_test.f90`- reads the file generated by `generate_key_array.f90` and uses its contents to generate 2049 hashes for each hash algorithm and compares the result with the corresponding outputs of `generate_hash_arrays.cpp` reporting if the outputs are not equal.
88

0 commit comments

Comments
 (0)