diff options
| author | Brian Wignall <brianwignall@gmail.com> | 2019-12-19 03:39:59 -0500 |
|---|---|---|
| committer | Brian Wignall <brianwignall@gmail.com> | 2019-12-19 03:39:59 -0500 |
| commit | 0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (patch) | |
| tree | 9a8005ae483b36cf80493ca1389a6002369ee3fd /numpy/random/src | |
| parent | 6d69a9e163858de5d0ea2ae810b8febc7eec1dbc (diff) | |
| download | numpy-0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b.tar.gz | |
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'numpy/random/src')
| -rw-r--r-- | numpy/random/src/philox/philox-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/src/philox/philox-benchmark.c b/numpy/random/src/philox/philox-benchmark.c index df5814d5f..9856a9b8e 100644 --- a/numpy/random/src/philox/philox-benchmark.c +++ b/numpy/random/src/philox/philox-benchmark.c @@ -1,5 +1,5 @@ /* - * Simple benchamrk command + * Simple benchmark command * * cl philox-benchmark.c /Ox * |
