SDL_ttf: Fix documentation typo

From b9fd0e1ed8d7b24329000ef4685096f11c97bd6a Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Sat, 18 Jun 2022 23:40:40 +0200
Subject: [PATCH] Fix documentation typo

---
 SDL_ttf.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SDL_ttf.h b/SDL_ttf.h
index e0872f5..e42a056 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -21,7 +21,7 @@
 
 
 /**
- *  \file SDL_render.h
+ *  \file SDL_ttf.h
  *
  *  Header file for SDL_ttf library
  *
@@ -102,7 +102,7 @@ extern "C" {
  * it should NOT be used to fill a version structure, instead you should
  * use the SDL_TTF_VERSION() macro.
  *
- * \returns SDL version
+ * \returns SDL_ttf version
  */
 extern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);