Merge pull request #10395 from lakshayg/code_typos

Fixed typo in code comment
This commit is contained in:
Shanqing Cai 2017-06-02 16:54:49 -04:00 committed by GitHub
commit 3ae4491beb

View File

@ -468,7 +468,7 @@ struct ApproximateEqual<CPUDevice, T> {
// Macros to register kernels for multiple types (T0, T1, etc.) on // Macros to register kernels for multiple types (T0, T1, etc.) on
// device type "D" (CPU or GPU) for operation "N" (e.g., sqrt) using // 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__) #if defined(__ANDROID_TYPES_SLIM__)
// Note that __ANDROID_TYPES_SLIM__ is also checked in the cwise_ops*.cc files. // Note that __ANDROID_TYPES_SLIM__ is also checked in the cwise_ops*.cc files.