Fix comment formatting for GrRenderTargetContext::drawArc
authorBrian Salomon <bsalomon@google.com>
Fri, 9 Dec 2016 20:51:31 +0000 (15:51 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 9 Dec 2016 21:27:24 +0000 (21:27 +0000)
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>
include/gpu/GrRenderTargetContext.h

index afa1586..ac733cb 100644 (file)
@@ -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.