diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2010-10-03 21:07:21 -0700 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@android.com> | 2010-10-03 21:07:21 -0700 |
commit | 83d522290e56f614d0d9373d47c2b54b9e207795 (patch) | |
tree | 5ac145096db8a9f082c019954080dafee6ae2f9a /graphics | |
parent | 624380a14def6c2acdb473e09c36139acbcefbf9 (diff) | |
download | frameworks_base-83d522290e56f614d0d9373d47c2b54b9e207795.zip frameworks_base-83d522290e56f614d0d9373d47c2b54b9e207795.tar.gz frameworks_base-83d522290e56f614d0d9373d47c2b54b9e207795.tar.bz2 |
Doc fix: duplicate word 'of'
Change-Id: I45a4ca443becc2f2cf02cbca2bd61ef2ee590b5c
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/java/android/graphics/Canvas.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java index 345f810..8ac2aa0 100644 --- a/graphics/java/android/graphics/Canvas.java +++ b/graphics/java/android/graphics/Canvas.java @@ -1055,7 +1055,7 @@ public class Canvas { * * @param colors Array of colors representing the pixels of the bitmap * @param offset Offset into the array of colors for the first pixel - * @param stride The number of of colors in the array between rows (must be + * @param stride The number of colors in the array between rows (must be * >= width or <= -width). * @param x The X coordinate for where to draw the bitmap * @param y The Y coordinate for where to draw the bitmap |