From 924006c8549365b1564740a7c6111b62eb21974d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac <mihaimaruseac@google.com> Date: Thu, 21 Mar 2019 16:36:58 -0700 Subject: [PATCH] One letter typo fix in gif_io.h PiperOrigin-RevId: 239699011 --- tensorflow/core/lib/gif/gif_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/lib/gif/gif_io.h b/tensorflow/core/lib/gif/gif_io.h index 0a7967a5a15..e46a7917398 100644 --- a/tensorflow/core/lib/gif/gif_io.h +++ b/tensorflow/core/lib/gif/gif_io.h @@ -15,7 +15,7 @@ limitations under the License. // Functions to read and write images in GIF format. // -// The advantage over image/codec/png{enc,dec}ocder.h is that this library +// The advantage over image/codec/png{enc,dec}oder.h is that this library // supports both 8 and 16 bit images. // // The decoding routine accepts binary image data as a StringPiece. These are