[Commits] SDL: Fixed minor typo in a comment.

libsdl.org revision control commits-owner at libsdl.org
Tue Jul 19 22:12:19 PDT 2011


details:   http://hg.libsdl.org/SDL/rev/0d5999bb4ba5
changeset: 5575:0d5999bb4ba5
user:      Ryan C. Gordon <icculus at icculus.org>
date:      Tue Jul 19 22:10:35 2011 -0700
description:
Fixed minor typo in a comment.

diffstat:

 include/SDL_syswm.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7b7ad16f9704 -r 0d5999bb4ba5 include/SDL_syswm.h
--- a/include/SDL_syswm.h	Mon Jul 18 20:32:40 2011 -0700
+++ b/include/SDL_syswm.h	Tue Jul 19 22:10:35 2011 -0700
@@ -209,7 +209,7 @@
  *
  * You typically use this function like this:
  * @code
- * SDL_SysWMInfo info;
+ * SDL_SysWMinfo info;
  * SDL_VERSION(&info.version);
  * if ( SDL_GetWMInfo(&info) ) { ... }
  * @endcode


More information about the commits mailing list