egl/android: Fix typ-o
[mesa.git] / src / egl / drivers / dri2 / platform_android.c
index 7a73419d14899d6c17da111b58eb11c178f10db3..5550f580a8073765e913e3810e7506734133de6a 100644 (file)
@@ -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,