Skip to content

Commit 16cce9b

Browse files
authored
Update dpnp/backend/include/dpnp_iface_fptr.hpp
1 parent cdc6261 commit 16cce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/include/dpnp_iface_fptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ enum class DPNPFuncName : size_t
377377
DPNP_FN_VANDER_EXT, /**< Used in numpy.vander() impl, requires extra parameters */
378378
DPNP_FN_VAR, /**< Used in numpy.var() impl */
379379
DPNP_FN_VAR_EXT, /**< Used in numpy.var() impl, requires extra parameters */
380-
DPNP_FN_WHERE_EXT, /**< Used in numpy.var() impl, requires extra parameters */
380+
DPNP_FN_WHERE_EXT, /**< Used in numpy.where() impl, requires extra parameters */
381381
DPNP_FN_ZEROS, /**< Used in numpy.zeros() impl */
382382
DPNP_FN_ZEROS_LIKE, /**< Used in numpy.zeros_like() impl */
383383
DPNP_FN_LAST, /**< The latest element of the enumeration */

0 commit comments

Comments
 (0)