aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-03-08 11:01:49 +0100
committerChristian König <[email protected]>2012-03-09 12:36:34 +0100
commit5c8040aee621735ab845f343c8dcc9fa03a1151f (patch)
tree60957865c10afb453b28af2f92027d0c83aec414 /src/gallium
parent5beba3d0ba593b661451217a5ffcdf68644cc903 (diff)
u_format: fix a comment about subsampled formats
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/util/u_format.h2
1 files changed, 1 insertions, 1 deletions
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,