typo: image-encoders: fix the spelling of guaranteed

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Uri Lublin 2019-07-03 17:34:16 +03:00 committed by Frediano Ziglio
parent 8c510901dd
commit 44d6d587b0

View File

@ -217,7 +217,7 @@ static void encoder_data_reset(EncoderData *data)
}
/* Allocate more space for compressed buffer.
* The pointer returned in io_ptr is garanteed to be aligned to 4 bytes.
* The pointer returned in io_ptr is guaranteed to be aligned to 4 bytes.
*/
static int encoder_usr_more_space(EncoderData *enc_data, uint8_t **io_ptr)
{