util/format: correct a typo

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29380>
This commit is contained in:
Erik Faye-Lund
2024-05-23 17:56:42 +02:00
committed by Marge Bot
parent 6fc6f95e90
commit cd37384985

View File

@@ -263,7 +263,7 @@ struct util_format_pack_description {
unsigned width, unsigned height);
/**
* Pack pixels from Z32_FLOAT.
* Pack pixels from Z32_UNORM.
* Note: strides are in bytes.
*
* Only defined for depth formats.