diff options
author | Robert Foss <[email protected]> | 2017-06-15 16:47:53 -0400 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-06-15 22:35:10 +0100 |
commit | a4d3371176fdf5e1d3b2b90aa5a73701ba9b83b8 (patch) | |
tree | 678db5a04c5f64e62514f20d37b3b8fb23baeb91 /src/egl/drivers/dri2 | |
parent | c8f344ed2d471f0e012205aecfae4aa765d9fffb (diff) |
egl/android: Fix typ-o
Signed-off-by: Robert Foss <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/drivers/dri2')
-rw-r--r-- | src/egl/drivers/dri2/platform_android.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 7a73419d148..5550f580a80 100644 --- a/src/egl/drivers/dri2/platform_android.c +++ b/src/egl/drivers/dri2/platform_android.c @@ -752,7 +752,7 @@ droid_create_image_from_prime_fd_yuv(_EGLDisplay *disp, _EGLContext *ctx, } if (ycbcr.chroma_step == 2) { - /* Semi-planar Y + CbCr or Y + CbCr format. */ + /* Semi-planar Y + CbCr or Y + CrCb format. */ const EGLint attr_list_2plane[] = { EGL_WIDTH, buf->width, EGL_HEIGHT, buf->height, |