Commit a7066c527aa18364088bdfed0d1c44603f53cb78

SDL Wiki Bot 2022-08-21T14:05:04

Sync SDL wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/SDL_render.h b/include/SDL_render.h
index 71578ec..5b7b059 100644
--- a/include/SDL_render.h
+++ b/include/SDL_render.h
@@ -1765,8 +1765,8 @@ extern DECLSPEC void SDLCALL SDL_DestroyTexture(SDL_Texture * texture);
 /**
  * Destroy the rendering context for a window and free associated textures.
  *
- * If `window` is NULL, this function will return immediately after setting
- * the SDL error message to "Invalid window". See SDL_GetError().
+ * If `renderer` is NULL, this function will return immediately after setting
+ * the SDL error message to "Invalid renderer". See SDL_GetError().
  *
  * \param renderer the rendering context
  *