[XLA] Fix typo in comment.

PiperOrigin-RevId: 249802446
This commit is contained in:
Justin Lebar 2019-05-24 02:56:41 -07:00 committed by TensorFlower Gardener
parent b5474a2118
commit add05de806

View File

@ -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;
}