Fixed typo in code comment

This commit is contained in:
Lakshay Garg 2017-06-02 16:42:25 +05:30
parent 359d6f9716
commit 419d437bac

View File

@ -468,7 +468,7 @@ struct ApproximateEqual<CPUDevice, T> {
// 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.