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 /doc/source/reference/c-api | |
parent | 6d69a9e163858de5d0ea2ae810b8febc7eec1dbc (diff) | |
download | numpy-0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b.tar.gz |
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/coremath.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api/coremath.rst b/doc/source/reference/c-api/coremath.rst index 7e00322f9..4200f4ba8 100644 --- a/doc/source/reference/c-api/coremath.rst +++ b/doc/source/reference/c-api/coremath.rst @@ -193,7 +193,7 @@ Those can be useful for precise floating point comparison. .. c:function:: int npy_get_floatstatus_barrier(char*) Get floating point status. A pointer to a local variable is passed in to - prevent aggressive compiler optimizations from reodering this function call + prevent aggressive compiler optimizations from reordering this function call relative to the code setting the status, which could lead to incorrect results. @@ -219,7 +219,7 @@ Those can be useful for precise floating point comparison. .. c:function:: int npy_clear_floatstatus_barrier(char*) Clears the floating point status. A pointer to a local variable is passed in to - prevent aggressive compiler optimizations from reodering this function call. + prevent aggressive compiler optimizations from reordering this function call. Returns the previous status mask. .. versionadded:: 1.15.0 |