From add05de80606603f4c7c72d305fad09cc68bad43 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 24 May 2019 02:56:41 -0700 Subject: [PATCH] [XLA] Fix typo in comment. PiperOrigin-RevId: 249802446 --- tensorflow/compiler/xla/xla_data.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/xla_data.proto b/tensorflow/compiler/xla/xla_data.proto index 67f76d00703..7dc87ae08b6 100644 --- a/tensorflow/compiler/xla/xla_data.proto +++ b/tensorflow/compiler/xla/xla_data.proto @@ -610,7 +610,7 @@ message OpSharding { // all-to-all). message ReplicaGroup { // The ids of the replicas that belongs to the same group. The ordering of the - // ids matters in some op (e.g., all-to-all). + // ids matters in some ops (e.g., all-to-all). repeated int64 replica_ids = 1; }