From cce34fae1c3bca9c6f09b398b1d5cb654053a57e Mon Sep 17 00:00:00 2001 From: kshitij12345 Date: Sun, 7 Jul 2019 19:24:28 +0530 Subject: [PATCH] fix comment --- 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 585d379b0bef..0ae6ac966a2b 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"