From: Christian König Date: Thu, 8 Mar 2012 10:01:49 +0000 (+0100) Subject: u_format: fix a comment about subsampled formats X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c8040aee621735ab845f343c8dcc9fa03a1151f;p=mesa.git u_format: fix a comment about subsampled formats Signed-off-by: Christian König --- diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index b9ae7c19030..bd4e51d279f 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -54,7 +54,7 @@ enum util_format_layout { /** * Formats with sub-sampled channels. * - * This is for formats like YV12 where there is less than one sample per + * This is for formats like YVYU where there is less than one sample per * pixel. */ UTIL_FORMAT_LAYOUT_SUBSAMPLED = 3,