From: Derek Murray Date: Mon, 12 Mar 2018 00:49:34 +0000 (-0700) Subject: Fix typo in description of INTERNAL error code. X-Git-Tag: tflite-v0.1.7~213^2~4^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f75d332b599641c522d39950428c5fc9e4444ce7;p=platform%2Fupstream%2Ftensorflow.git Fix typo in description of INTERNAL error code. PiperOrigin-RevId: 188666142 --- diff --git a/tensorflow/core/lib/core/error_codes.proto b/tensorflow/core/lib/core/error_codes.proto index a7306c8..b82d389 100644 --- a/tensorflow/core/lib/core/error_codes.proto +++ b/tensorflow/core/lib/core/error_codes.proto @@ -119,7 +119,7 @@ enum Code { // Operation is not implemented or not supported/enabled in this service. UNIMPLEMENTED = 12; - // Internal errors. Means some invariants expected by underlying + // Internal errors. Means some invariant expected by the underlying // system has been broken. If you see one of these errors, // something is very broken. INTERNAL = 13;