summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-10-16 02:47:14 +0900
committerGitHub <noreply@github.com>2022-10-16 02:47:14 +0900
commit5d6b8b0d5658418919fbaef0e843655262291dbc (patch)
treefc3f95ee6238adb1e03082ce9a82d4593eafb6db /numpy/linalg/lapack_lite
parent6094eff95c19c433648593f3cb6bca489396f9ae (diff)
downloadnumpy-5d6b8b0d5658418919fbaef0e843655262291dbc.tar.gz
MAINT: fix typo in f2c_lapack.c
inifinity -> infinity
Diffstat (limited to 'numpy/linalg/lapack_lite')
-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 752261044..9a857d4e6 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 inifinity arithmetic
+ Specifies whether to test just for infinity arithmetic
or whether to test for infinity and NaN arithmetic.
= 0: Verify infinity arithmetic only.
= 1: Verify infinity and NaN arithmetic.