summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/multiarraymodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/multiarray/multiarraymodule.c')
-rw-r--r--numpy/core/src/multiarray/multiarraymodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/multiarraymodule.c b/numpy/core/src/multiarray/multiarraymodule.c
index 1df3d653d..bf25130bb 100644
--- a/numpy/core/src/multiarray/multiarraymodule.c
+++ b/numpy/core/src/multiarray/multiarraymodule.c
@@ -3869,7 +3869,7 @@ _PyArray_SigintHandler(int signum)
{
PyOS_setsig(signum, SIG_IGN);
/*
- * jump buffer may be unitialized as SIGINT allowing functions are usually
+ * jump buffer may be uninitialized as SIGINT allowing functions are usually
* run in other threads than the master thread that receives the signal
*/
if (sigint_buf_init > 0) {