typo: fix the spelling of precede

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Uri Lublin 2019-07-03 17:34:17 +03:00 committed by Frediano Ziglio
parent 44d6d587b0
commit c964ca4040
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ static WindowImage *glz_dictionary_window_get_new_head(SharedDictionary *dict, i
GLZ_ASSERT(dict->cur_usr, dict->window.used_segs_head != NULL_IMAGE_SEG_ID);
GLZ_ASSERT(dict->cur_usr, dict->window.used_segs_tail != NULL_IMAGE_SEG_ID);
// used_segs_head is the latest logical head (the physical head may preceed it)
// used_segs_head is the latest logical head (the physical head may precede it)
cur_head = dict->window.segs[dict->window.used_segs_head].image;
cur_win_size = dict->window.segs[dict->window.used_segs_tail].pixels_num +
dict->window.segs[dict->window.used_segs_tail].pixels_so_far -

View File

@ -667,7 +667,7 @@ static void set_bit_rate(SpiceGstEncoder *encoder, uint64_t bit_rate)
encoder->vbuffer_size = new_size;
update_next_frame_mm_time(encoder);
/* Frames preceeding the bit rate change are not relevant to the current
/* Frames preceding the bit rate change are not relevant to the current
* situation anymore.
*/
encoder->stat_first = encoder->history_last;