Fixed minor typo in a comment.

--HG--
branch : SDL-1.2
extra : rebase_source : 6ce52e4aa61fd862b0af75a6b22424a8e7ea5648
This commit is contained in:
Ryan C. Gordon 2011-07-19 22:10:35 -07:00
parent e45148e454
commit 1f822b71a7

View file

@ -209,7 +209,7 @@ typedef struct SDL_SysWMinfo {
*
* You typically use this function like this:
* @code
* SDL_SysWMInfo info;
* SDL_SysWMinfo info;
* SDL_VERSION(&info.version);
* if ( SDL_GetWMInfo(&info) ) { ... }
* @endcode