summaryrefslogtreecommitdiff
path: root/numpy/distutils
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-10 23:17:25 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-12 22:44:39 +0100
commit76b1ba156e792187f133db8e8bdd968a3fdbe5be (patch)
tree3bd7ae04ac2748bb030f1a55326d79dd409ea36a /numpy/distutils
parent18aa14c0aa699506bea357f46a18cbdfabc3d951 (diff)
downloadnumpy-76b1ba156e792187f133db8e8bdd968a3fdbe5be.tar.gz
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'numpy/distutils')
-rw-r--r--numpy/distutils/checks/cpu_vxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/checks/cpu_vxe.c b/numpy/distutils/checks/cpu_vxe.c
index ca41f8434..e6933adce 100644
--- a/numpy/distutils/checks/cpu_vxe.c
+++ b/numpy/distutils/checks/cpu_vxe.c
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
__vector bool int m = vec_cmpge(x, y);
x = vec_sel(x, y, m);
- // need to test the existance of intrin "vflls" since vec_doublee
+ // need to test the existence of intrin "vflls" since vec_doublee
// is vec_doublee maps to wrong intrin "vfll".
// see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100871
#if defined(__GNUC__) && !defined(__clang__)