aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
diff options
context:
space:
mode:
authorGravatar AG Ramesh <ag.ramesh@intel.com>2018-08-14 17:07:09 -0700
committerGravatar GitHub <noreply@github.com>2018-08-14 17:07:09 -0700
commit8077ae1d1e8bfe6a5cc55df07ad82ae91f431d2e (patch)
treee694eafede4d60e1162b9e913c1ea015a069c388 /tensorflow/core/util
parentd680982f4cdf009ad3ef68abe5853448c37e1a83 (diff)
Minor changes in comments
Diffstat (limited to 'tensorflow/core/util')
-rw-r--r--tensorflow/core/util/mkl_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/mkl_util.h b/tensorflow/core/util/mkl_util.h
index af0d0f3a32..907059febc 100644
--- a/tensorflow/core/util/mkl_util.h
+++ b/tensorflow/core/util/mkl_util.h
@@ -33,7 +33,7 @@ limitations under the License.
#endif
#ifdef INTEL_MKL_ML_ONLY
-// Using pragma as #warning doesn't work with all compilers
+// Using pragma message since #warning doesn't work with all compilers
#pragma message("Compiling for INTEL MKL ML only will be deprecated soon.")
#pragma message("Please use MKL DNN (the default option for --config=mkl)")
#endif