From 62a81c36ea4a1fd493a2447574a58321248b232c Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Mon, 21 Oct 2019 22:44:16 -0700
Subject: [PATCH] NFC: Remove a right parenthesis from comment.

PiperOrigin-RevId: 275998781
Change-Id: I41e2d0eda8dfa6da6ecfb4c917720ce5e5414ac7
---
 third_party/mlir/include/mlir/IR/AffineMap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third_party/mlir/include/mlir/IR/AffineMap.h b/third_party/mlir/include/mlir/IR/AffineMap.h
index b1ab50f937a..9b30f15628a 100644
--- a/third_party/mlir/include/mlir/IR/AffineMap.h
+++ b/third_party/mlir/include/mlir/IR/AffineMap.h
@@ -128,7 +128,7 @@ public:
   ///
   /// Example:
   ///   map1: `(d0, d1)[s0, s1] -> (d0 + 1 + s1, d1 - 1 - s0)`
-  ///   map2: `(d0)[s0] -> (d0 + s0, d0 - s0))`
+  ///   map2: `(d0)[s0] -> (d0 + s0, d0 - s0)`
   ///   map1.compose(map2):
   ///     `(d0)[s0, s1, s2] -> (d0 + s1 + s2 + 1, d0 - s0 - s2 - 1)`
   AffineMap compose(AffineMap map);