Fixed typo in the comment
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404469
This commit is contained in:
parent
6989ef71d5
commit
d56347edfb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef struct SDL_Surface
|
||||||
int pitch; /**< Read-only */
|
int pitch; /**< Read-only */
|
||||||
void *pixels; /**< Read-write */
|
void *pixels; /**< Read-write */
|
||||||
|
|
||||||
/** Application data associated with the surfade */
|
/** Application data associated with the surface */
|
||||||
void *userdata; /**< Read-write */
|
void *userdata; /**< Read-write */
|
||||||
|
|
||||||
/** information needed for surfaces requiring locks */
|
/** information needed for surfaces requiring locks */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue