diff options
author | Ken Shirriff <kens@google.com> | 2009-05-13 17:47:31 -0700 |
---|---|---|
committer | Ken Shirriff <kens@google.com> | 2009-05-13 17:51:37 -0700 |
commit | 60b88edea7132ddce90f2dced07c6706f1502270 (patch) | |
tree | cac67b3b2503772e7add28719106ae57529185b0 /graphics | |
parent | c4cdc7d8a1a42f0ce6e28c39f70cfceeee29a781 (diff) | |
download | frameworks_base-60b88edea7132ddce90f2dced07c6706f1502270.zip frameworks_base-60b88edea7132ddce90f2dced07c6706f1502270.tar.gz frameworks_base-60b88edea7132ddce90f2dced07c6706f1502270.tar.bz2 |
Fix typos.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/java/android/graphics/Bitmap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Bitmap.java b/graphics/java/android/graphics/Bitmap.java index 0b398bc..fda584d 100644 --- a/graphics/java/android/graphics/Bitmap.java +++ b/graphics/java/android/graphics/Bitmap.java @@ -400,7 +400,7 @@ public final class Bitmap implements Parcelable { * @param y The y coordinate of the first pixel in source * @param width The number of pixels in each row * @param height The number of rows - * @param m Option matrix to be applied to the pixels + * @param m Optional matrix to be applied to the pixels * @param filter true if the source should be filtered. * Only applies if the matrix contains more than just * translation. |