diff options
Diffstat (limited to 'numpy/random/src')
6 files changed, 6 insertions, 6 deletions
diff --git a/numpy/random/src/philox/philox-benchmark.c b/numpy/random/src/philox/philox-benchmark.c index 0cab04cf5..df5814d5f 100644 --- a/numpy/random/src/philox/philox-benchmark.c +++ b/numpy/random/src/philox/philox-benchmark.c @@ -5,7 +5,7 @@ * * gcc philox-benchmark.c -O3 -o philox-benchmark * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). */ #include "Random123/philox.h" diff --git a/numpy/random/src/philox/philox-test-data-gen.c b/numpy/random/src/philox/philox-test-data-gen.c index 442e18b55..a5fcaa690 100644 --- a/numpy/random/src/philox/philox-test-data-gen.c +++ b/numpy/random/src/philox/philox-test-data-gen.c @@ -7,7 +7,7 @@ * gcc philox-test-data-gen.c -o philox-test-data-gen * ./philox-test-data-gen * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). * */ diff --git a/numpy/random/src/threefry/threefry-benchmark.c b/numpy/random/src/threefry/threefry-benchmark.c index 6d6239cd3..5e2cfe844 100644 --- a/numpy/random/src/threefry/threefry-benchmark.c +++ b/numpy/random/src/threefry/threefry-benchmark.c @@ -5,7 +5,7 @@ * * gcc threefry-benchmark.c -O3 -o threefry-benchmark * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). */ #include "Random123/threefry.h" diff --git a/numpy/random/src/threefry/threefry-test-data-gen.c b/numpy/random/src/threefry/threefry-test-data-gen.c index 328eb2575..8514a227e 100644 --- a/numpy/random/src/threefry/threefry-test-data-gen.c +++ b/numpy/random/src/threefry/threefry-test-data-gen.c @@ -8,7 +8,7 @@ * threefry-test-data-gen * ./threefry-test-data-gen * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). * */ diff --git a/numpy/random/src/xoshiro256/xoshiro256-test-data-gen.c b/numpy/random/src/xoshiro256/xoshiro256-test-data-gen.c index 94eeb7346..b5351bf7a 100644 --- a/numpy/random/src/xoshiro256/xoshiro256-test-data-gen.c +++ b/numpy/random/src/xoshiro256/xoshiro256-test-data-gen.c @@ -9,7 +9,7 @@ * ../splitmix64/splitmix64.c -o xoshiro256-test-data-gen * ./xoshiro256-test-data-gen * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). * */ diff --git a/numpy/random/src/xoshiro512/xoshiro512-test-data-gen.c b/numpy/random/src/xoshiro512/xoshiro512-test-data-gen.c index 83e164a51..698923bda 100644 --- a/numpy/random/src/xoshiro512/xoshiro512-test-data-gen.c +++ b/numpy/random/src/xoshiro512/xoshiro512-test-data-gen.c @@ -9,7 +9,7 @@ * ../splitmix64/splitmix64.c -o xoshiro512-test-data-gen * ./xoshiro512-test-data-gen * - * Requres the Random123 directory containing header files to be located in the + * Requires the Random123 directory containing header files to be located in the * same directory (not included). * */ |