Fix typo in description of INTERNAL error code.
authorDerek Murray <mrry@google.com>
Mon, 12 Mar 2018 00:49:34 +0000 (17:49 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Mar 2018 00:53:45 +0000 (17:53 -0700)
PiperOrigin-RevId: 188666142

tensorflow/core/lib/core/error_codes.proto

index a7306c8..b82d389 100644 (file)
@@ -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;