You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ap...@apache.org on 2019/07/08 21:18:51 UTC

[incubator-mxnet] branch master updated: fix comment (#15481)

This is an automated email from the ASF dual-hosted git repository.

apeforest pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new b62aaf3  fix comment (#15481)
b62aaf3 is described below

commit b62aaf3d984c647a2fbab4a292ad1f11e6147abe
Author: kshitij12345 <ks...@gmail.com>
AuthorDate: Tue Jul 9 02:48:25 2019 +0530

    fix comment (#15481)
---
 src/operator/tensor/elemwise_binary_op_extended.cu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operator/tensor/elemwise_binary_op_extended.cu b/src/operator/tensor/elemwise_binary_op_extended.cu
index 585d379..0ae6ac9 100644
--- a/src/operator/tensor/elemwise_binary_op_extended.cu
+++ b/src/operator/tensor/elemwise_binary_op_extended.cu
@@ -20,7 +20,7 @@
 /*!
  *  Copyright (c) 2016 by Contributors
  * \file elemwise_binary_op_extended.cu
- * \brief GPU Implementation of unary function.
+ * \brief GPU Implementation of binary function.
  */
 #include "./elemwise_unary_op.h"
 #include "./elemwise_binary_op.h"