Fix typos.

This commit is contained in:
Ken Shirriff
2009-05-13 17:47:31 -07:00
parent c4cdc7d8a1
commit 60b88edea7
2 changed files with 2 additions and 2 deletions

View File

@@ -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.