From d286c5f754470db48c00059c0f811e6a899fc444 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 17 Jul 2010 22:59:28 -0700 Subject: [PATCH] Fixed typo in the documentation --- include/SDL_syswm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index 4f7d00720..95b7a620a 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -213,7 +213,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo; /** * \brief This function allows access to driver-dependent window information. * - * \param windowID The window about which information is being requested + * \param window The window about which information is being requested * \param info This structure must be initialized with the SDL version, and is * then filled in with information about the given window. *