| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 7dd018944198ed57c4464576b0e31143f562d249..10863eb82325f4caa23b8c6fcd26ebcd0b2f28e4 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -992,7 +992,7 @@ public:
|
| /**
|
| * Draw the text with each character/glyph individually transformed by its xform.
|
| * If cullRect is not null, it is a conservative bounds of what will be drawn
|
| - * taking into account the xforms and the paint) and will be used to accelerate culling.
|
| + * taking into account the xforms and the paint, and will be used to accelerate culling.
|
| */
|
| void drawTextRSXform(const void* text, size_t byteLength, const SkRSXform[],
|
| const SkRect* cullRect, const SkPaint& paint);
|
|
|