diff options
| author | 2019-11-06 14:40:15 -0800 | |
|---|---|---|
| committer | 2019-11-06 14:40:15 -0800 | |
| commit | a8cf33472cb7d462cb1a2a0d056ef48308cf43a4 (patch) | |
| tree | e32705642c60565f298fcf2f3fa82ea0a6691a3f | |
| parent | be6c7b467139f05014458de9f757b7bd272c8d2f (diff) | |
| parent | 3e878bda5a1642ae5dfb91793b3a58fdd86e0abc (diff) | |
Merge "docs: fix typo" into qt-dev am: 49357cbf9e am: 01b5ee8eca am: bcc7d237a6
am: 3e878bda5a
Change-Id: I3c5eaa9994189421ca62134857e78ef7024b8d4f
| -rw-r--r-- | media/java/android/media/Image.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/Image.java b/media/java/android/media/Image.java index 70a343f4de01..7ba122baeca1 100644 --- a/media/java/android/media/Image.java +++ b/media/java/android/media/Image.java @@ -395,7 +395,7 @@ public abstract class Image implements AutoCloseable { * <p>The row stride for this color plane, in bytes.</p> * * <p>This is the distance between the start of two consecutive rows of - * pixels in the image. Note that row stried is undefined for some formats + * pixels in the image. Note that row stride is undefined for some formats * such as * {@link android.graphics.ImageFormat#RAW_PRIVATE RAW_PRIVATE}, * and calling getRowStride on images of these formats will |