summaryrefslogtreecommitdiff
path: root/graphics/java/android/graphics/RectF.java
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/java/android/graphics/RectF.java')
-rw-r--r--graphics/java/android/graphics/RectF.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/RectF.java b/graphics/java/android/graphics/RectF.java
index 3361fa21e44b..1d294d51a235 100644
--- a/graphics/java/android/graphics/RectF.java
+++ b/graphics/java/android/graphics/RectF.java
@@ -27,7 +27,7 @@ import java.io.PrintWriter;
/**
* RectF holds four float coordinates for a rectangle. The rectangle is
- * represented by the coordinates of its 4 edges (left, top, right bottom).
+ * represented by the coordinates of its 4 edges (left, top, right, bottom).
* These fields can be accessed directly. Use width() and height() to retrieve
* the rectangle's width and height. Note: most methods do not check to see that
* the coordinates are sorted correctly (i.e. left <= right and top <= bottom).