summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-06-20 21:15:10 -0700
committerGitHub <noreply@github.com>2021-06-20 21:15:10 -0700
commite40f1dd7e6651b7deec2aa5f826aeb27a4f6cee5 (patch)
treefdb5dd82c2dcb177c7c115da10d9b399332660a6 /numpy
parentd60d60716d73e6517b08d0f81b2ed82fad0ba2fb (diff)
downloadnumpy-e40f1dd7e6651b7deec2aa5f826aeb27a4f6cee5.tar.gz
Update numpy/core/src/umath/ufunc_object.c
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/umath/ufunc_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_object.c b/numpy/core/src/umath/ufunc_object.c
index 2f81fadfa..92cb54d3b 100644
--- a/numpy/core/src/umath/ufunc_object.c
+++ b/numpy/core/src/umath/ufunc_object.c
@@ -1554,7 +1554,7 @@ execute_fancy_ufunc_loop(PyUFuncObject *ufunc,
/*
* Put the updated operand back. If COPY_IF_OVERLAP made a temporary
- * copy, the output will be copied by UPDATEIFCOPY even if op[i]
+ * copy, the output will be copied by WRITEBACKIFCOPY even if op[i]
* was changed by prepare_ufunc_output.
*/
op[i+nin] = op_tmp;