Skip to content

Commit

Permalink
Fixed minor typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 20, 2011
1 parent c3c7371 commit 8b11f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_syswm.h
Expand Up @@ -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
Expand Down

0 comments on commit 8b11f79

Please sign in to comment.