Commit 11a24a34e3e4dc72d573b87a6300acddb6ea4099

SDL Wiki Bot 2022-10-26T22:30:06

Sync SDL wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h
index 05eeec0..4703b63 100644
--- a/include/SDL_gamecontroller.h
+++ b/include/SDL_gamecontroller.h
@@ -754,7 +754,7 @@ extern DECLSPEC SDL_GameControllerButton SDLCALL SDL_GameControllerGetButtonFrom
  * The caller should not SDL_free() the returned string.
  *
  * \param button an enum value for a given SDL_GameControllerButton
- * \returns a string for the given button, or NULL if an invalid axis is
+ * \returns a string for the given button, or NULL if an invalid button is
  *          specified. The string returned is of the format used by
  *          SDL_GameController mapping strings.
  *