summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-10-16 15:24:13 -0500
committerGitHub <noreply@github.com>2022-10-16 15:24:13 -0500
commitc111f3d5a384d1443c220395fc9285a06571d51a (patch)
tree38195cc7f7e0120f2ca5de5e06aadc8e82e400e3
parent0075d59ce1991814f0589a6c9450d9e41306da1e (diff)
parentfdd43155e21814144473ca77c4c660cca6df7db4 (diff)
downloadnumpy-c111f3d5a384d1443c220395fc9285a06571d51a.tar.gz
Merge pull request #22441 from HaoZeke/revert22440
MAINT,DOC: Revert "MAINT: fix typo in f2c_lapack.c"
-rw-r--r--numpy/linalg/lapack_lite/f2c_lapack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/f2c_lapack.c b/numpy/linalg/lapack_lite/f2c_lapack.c
index 9a857d4e6..752261044 100644
--- a/numpy/linalg/lapack_lite/f2c_lapack.c
+++ b/numpy/linalg/lapack_lite/f2c_lapack.c
@@ -61,7 +61,7 @@ integer ieeeck_(integer *ispec, real *zero, real *one)
=========
ISPEC (input) INTEGER
- Specifies whether to test just for infinity arithmetic
+ Specifies whether to test just for inifinity arithmetic
or whether to test for infinity and NaN arithmetic.
= 0: Verify infinity arithmetic only.
= 1: Verify infinity and NaN arithmetic.