From 8475c496b41f67c9e8662f76a89022f59999961d Mon Sep 17 00:00:00 2001 From: Maia <66437537+maia-s@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:19:28 +0100 Subject: [PATCH] Fix typo --- include/SDL3/SDL_pixels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_pixels.h b/include/SDL3/SDL_pixels.h index 8f0ea63cef..1f4f975629 100644 --- a/include/SDL3/SDL_pixels.h +++ b/include/SDL3/SDL_pixels.h @@ -958,7 +958,7 @@ typedef enum SDL_ChromaLocation * coefficients. * * \param cspace an SDL_Colorspace to check. - * \returns true if BT709, false otherwise. + * \returns true if BT2020_NCL, false otherwise. * * \threadsafety It is safe to call this macro from any thread. *