Fix some documentation typos.

Change-Id: I0360d468d54d970c87f313e24e50965245206f28
(cherry picked from commit c502744f2d)
This commit is contained in:
Newton Allen
2013-08-13 11:22:32 -07:00
parent 6934add269
commit ff236f5fc1
7 changed files with 13 additions and 13 deletions

View File

@@ -995,7 +995,7 @@ public final class Bitmap implements Parcelable {
}
/**
* Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
* Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
*/
public final boolean isMutable() {
return mIsMutable;