From cd373849851232ec38f83c39f037c084d4de467b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 23 May 2024 17:56:42 +0200 Subject: [PATCH] util/format: correct a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Part-of: --- src/util/format/u_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/format/u_format.h b/src/util/format/u_format.h index ccc2d6c0c96..c27dea8b058 100644 --- a/src/util/format/u_format.h +++ b/src/util/format/u_format.h @@ -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.