diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-02-21 11:33:41 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-02-25 11:37:32 -0800 |
commit | 2556b9ff1ae621e311053bd5f2b34edb86a8cb68 (patch) | |
tree | ee25cd0a9f3d40a4292b342ce664f1c417d0deb2 /numpy/linalg/lapack_lite/zlapack_lite.c | |
parent | 89d95a0660ffd5890916edb78a6d4a9ccb5b3ad0 (diff) | |
download | numpy-2556b9ff1ae621e311053bd5f2b34edb86a8cb68.tar.gz |
DOC: Fix more typos in docs and comments.
Diffstat (limited to 'numpy/linalg/lapack_lite/zlapack_lite.c')
-rw-r--r-- | numpy/linalg/lapack_lite/zlapack_lite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/zlapack_lite.c b/numpy/linalg/lapack_lite/zlapack_lite.c index 9ce05ec1f..29b017c89 100644 --- a/numpy/linalg/lapack_lite/zlapack_lite.c +++ b/numpy/linalg/lapack_lite/zlapack_lite.c @@ -10044,7 +10044,7 @@ L80: The first stage consists of deflating the size of the problem when there are multiple eigenvalues or if there is a zero in - the Z vector. For each such occurence the dimension of the + the Z vector. For each such occurrence the dimension of the secular equation problem is reduced by one. This stage is performed by the routine DLAED2. |