summaryrefslogtreecommitdiff
path: root/graphics/java/android
diff options
context:
space:
mode:
author Laura Davis <laurabd@google.com> 2018-08-01 11:18:13 -0700
committer android-build-merger <android-build-merger@google.com> 2018-08-01 11:18:13 -0700
commit39c212abc6fa5fb176df679599ed962951f26001 (patch)
tree0f9186e4574d88f06b16b60dbe6bcaee8671339c /graphics/java/android
parent38663ab205875109af41f54c8a46915ef1bdc231 (diff)
parent902341345b52aea0cda7876525cf0c317900ac45 (diff)
Merge "Docs: fixed typo" into pi-dev am: 63e36667da
am: 902341345b Change-Id: I41d0f700ebf4f6e47af90ca1af6738144f3fc3ff
Diffstat (limited to 'graphics/java/android')
-rw-r--r--graphics/java/android/graphics/Canvas.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java
index 2503381a501f..ef58c8f2bd16 100644
--- a/graphics/java/android/graphics/Canvas.java
+++ b/graphics/java/android/graphics/Canvas.java
@@ -1600,9 +1600,9 @@ public class Canvas extends BaseCanvas {
* Draw the specified circle using the specified paint. If radius is <= 0, then nothing will be
* drawn. The circle will be filled or framed based on the Style in the paint.
*
- * @param cx The x-coordinate of the center of the cirle to be drawn
- * @param cy The y-coordinate of the center of the cirle to be drawn
- * @param radius The radius of the cirle to be drawn
+ * @param cx The x-coordinate of the center of the circle to be drawn
+ * @param cy The y-coordinate of the center of the circle to be drawn
+ * @param radius The radius of the circle to be drawn
* @param paint The paint used to draw the circle
*/
public void drawCircle(float cx, float cy, float radius, @NonNull Paint paint) {