aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-09 15:51:31 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-09 21:27:24 +0000
commit9950408c5f20148d5b726421454db718860077de (patch)
tree539599716b26a72327b8adf414e3ee8db411c7bd /include
parenta4a338179013b029d6dd55e737b5bd648a9fb68c (diff)
Fix comment formatting for GrRenderTargetContext::drawArc
Change-Id: I23c946ff42964613a925b98c4ce5cf674b3b61a8 Reviewed-on: https://skia-review.googlesource.com/5705 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrRenderTargetContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h
index afa1586d34..ac733cb376 100644
--- a/include/gpu/GrRenderTargetContext.h
+++ b/include/gpu/GrRenderTargetContext.h
@@ -278,7 +278,7 @@ public:
* Draws a partial arc of an oval.
*
* @param paint describes how to color pixels.
- * @param GrGrAA Controls whether the arc is antialiased.
+ * @param GrGrAA Controls whether the arc is antialiased.
* @param viewMatrix transformation matrix.
* @param oval the bounding rect of the oval.
* @param startAngle starting angle in degrees.