| Index: include/gpu/GrSurface.h
|
| diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h
|
| index b87b2dbaf04f7c8e94c323cc0c1272c24c47f516..8c6930a7a78c8070c35a5f94bbd8680f233c0880 100644
|
| --- a/include/gpu/GrSurface.h
|
| +++ b/include/gpu/GrSurface.h
|
| @@ -100,7 +100,7 @@ public:
|
| * packed.
|
| * @param pixelOpsFlags See the GrContext::PixelOpsFlags enum.
|
| *
|
| - * @return true if the read succeeded, false if not. The read can fail because of an
|
| + * @return true if the write succeeded, false if not. The write can fail because of an
|
| * unsupported pixel config.
|
| */
|
| bool writePixels(int left, int top, int width, int height,
|
|
|