| Index: ui/gfx/pango_util.h | 
| diff --git a/ui/gfx/pango_util.h b/ui/gfx/pango_util.h | 
| index f14c0e6f09b1568e42a03c94561172a632d9e022..533d2b004ff1374e2bd10df45ecca4a57311531b 100644 | 
| --- a/ui/gfx/pango_util.h | 
| +++ b/ui/gfx/pango_util.h | 
| @@ -64,10 +64,9 @@ void UI_EXPORT DrawTextOntoCairoSurface(cairo_t* cr, | 
| // They are shared with internal skia interfaces. | 
| // ---------------------------------------------------------------------------- | 
|  | 
| -// Setup pango layout |layout|, including set layout text as |text|, font | 
| -// description based on |font|, width as |width| in PANGO_SCALE for RTL lcoale, | 
| -// and set up whether auto-detect directionality, alignment, ellipsis, word | 
| -// wrapping, resolution etc. | 
| +// Setup pango |layout|; set the |text|, the font description based on |font|, | 
| +// the |width| in PANGO_SCALE for RTL locale, the base |text_direction|, | 
| +// alignment, ellipsis, word wrapping, resolution, etc. | 
| void SetupPangoLayout(PangoLayout* layout, | 
| const string16& text, | 
| const gfx::Font& font, | 
|  |