From 46a942a3e3ac616b19e7df8ddfa608f168d76ac3 Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Wed, 17 Jun 2026 16:36:10 -0400 Subject: [PATCH] fix typo --- include/SDL3/SDL_render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index c07f7faafa..2962cde4aa 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -414,7 +414,7 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_GetGPURendererDevice(SDL_Rendere /** * Create a 2D software rendering context for a surface. * - * Two other API which can be used to create SDL_Renderer: + * Two other APIs which can be used to create SDL_Renderer: * SDL_CreateRenderer() and SDL_CreateWindowAndRenderer(). These can _also_ * create a software renderer, but they are intended to be used with an * SDL_Window as the final destination and not an SDL_Surface.