u_format: fix a comment about subsampled formats
authorChristian König <deathsimple@vodafone.de>
Thu, 8 Mar 2012 10:01:49 +0000 (11:01 +0100)
committerChristian König <deathsimple@vodafone.de>
Fri, 9 Mar 2012 11:36:34 +0000 (12:36 +0100)
Signed-off-by: Christian König <deathsimple@vodafone.de>
src/gallium/auxiliary/util/u_format.h

index b9ae7c1..bd4e51d 100644 (file)
@@ -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,