summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vdpau/vdpau.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vdpau/vdpau.h b/include/vdpau/vdpau.h
index ef4ce2f..1d1513a 100644
--- a/include/vdpau/vdpau.h
+++ b/include/vdpau/vdpau.h
@@ -828,7 +828,7 @@ typedef uint32_t VdpYCbCrFormat;
* \hideinitializer
* \brief The "YV12" YCbCr surface format.
*
- * This format has a three planes, a Y plane, a U plane, and a V
+ * This format has a three planes, a Y plane, a V plane, and a U
* plane.
*
* Each of the planes is an array of byte-sized components.