From f75d332b599641c522d39950428c5fc9e4444ce7 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Sun, 11 Mar 2018 17:49:34 -0700 Subject: [PATCH] Fix typo in description of INTERNAL error code. PiperOrigin-RevId: 188666142 --- tensorflow/core/lib/core/error_codes.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4