Mercurial > MadButterfly
changeset 526:3f695a6177b2 Android_Skia
Change typos in comment
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 22 Dec 2009 22:31:38 +0800 |
parents | f9326e955417 |
children | 47a860beaa44 |
files | src/redraw_man.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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++) {