From 419d437bac393f2db700753b10cb21cdaa01003f Mon Sep 17 00:00:00 2001 From: Lakshay Garg Date: Fri, 2 Jun 2017 16:42:25 +0530 Subject: [PATCH] Fixed typo in code comment --- tensorflow/core/kernels/cwise_ops_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/kernels/cwise_ops_common.h b/tensorflow/core/kernels/cwise_ops_common.h index f30d889de2b..b43370ee65a 100644 --- a/tensorflow/core/kernels/cwise_ops_common.h +++ b/tensorflow/core/kernels/cwise_ops_common.h @@ -468,7 +468,7 @@ struct ApproximateEqual { // Macros to register kernels for multiple types (T0, T1, etc.) on // device type "D" (CPU or GPU) for operation "N" (e.g., sqrt) using -// the functor "F" (e.g., functor:sqrt). +// the functor "F" (e.g., functor::sqrt). #if defined(__ANDROID_TYPES_SLIM__) // Note that __ANDROID_TYPES_SLIM__ is also checked in the cwise_ops*.cc files.