One letter typo fix in gif_io.h

PiperOrigin-RevId: 239699011
This commit is contained in:
Mihai Maruseac 2019-03-21 16:36:58 -07:00 committed by TensorFlower Gardener
parent 93a7be53a9
commit 924006c854

View File

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