Mesa (master): egl/android: Fix typ-o

Eric Engeström eric_engestrom at kemper.freedesktop.org
Thu Jun 15 21:37:27 UTC 2017


Module: Mesa
Branch: master
Commit: a4d3371176fdf5e1d3b2b90aa5a73701ba9b83b8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d3371176fdf5e1d3b2b90aa5a73701ba9b83b8

Author: Robert Foss <robert.foss at collabora.com>
Date:   Thu Jun 15 16:47:53 2017 -0400

egl/android: Fix typ-o

Signed-off-by: Robert Foss <robert.foss at collabora.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

---

 src/egl/drivers/dri2/platform_android.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index 7a73419d14..5550f580a8 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,




More information about the mesa-commit mailing list