| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp
|
| index 39ce3346c3a9347f17284c59b19bf5515b5b7f8c..63d91dbef7f4c524d707511e89a59330f3112d01 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp
|
| @@ -408,7 +408,7 @@ bool GIFImageReader::parseData(size_t dataPosition, size_t len, GIFImageDecoder:
|
|
|
| blink::FastSharedBufferReader reader(m_data);
|
|
|
| - // A read buffer of 16 bytes is enough to accomodate all possible reads for parsing.
|
| + // A read buffer of 16 bytes is enough to accommodate all possible reads for parsing.
|
| char readBuffer[16];
|
|
|
| // This loop reads as many components from |m_data| as possible.
|
|
|