# HG changeset patch # User Thinker K.F. Li # Date 1261492298 -28800 # Node ID 3f695a6177b2a054868c6a4933bf9d7f144f85b6 # Parent f9326e95541785698a18cd05c2b741063cccfb69 Change typos in comment diff -r f9326e955417 -r 3f695a6177b2 src/redraw_man.c --- a/src/redraw_man.c Tue Dec 22 21:58:41 2009 +0800 +++ b/src/redraw_man.c Tue Dec 22 22:31:38 2009 +0800 @@ -1802,7 +1802,7 @@ add_dirty_area(rdman, pcached_coord, coord->last_area); } -/* Aggregate dirty areas and propgate them to ancestor cached coord. +/* Aggregate dirty areas and propagate them to ancestor cached coord. * * The aggregation is performed from leaves to root. But, this * function do not aggregate dirty areas for root coord. The dirty @@ -1859,7 +1859,7 @@ /* coord_t::cur_area of coords are temporary pointed to * coord_canvas_info_t::owner_mems_area for store area - * by clean_coor(). + * by clean_coord(). */ coords = rdman->dirty_coords.ds; for(i = 0; i < rdman->dirty_coords.num; i++) {