mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Fixed typo in the comment
This commit is contained in:
@@ -74,7 +74,7 @@ typedef struct SDL_Surface
|
||||
int pitch; /**< Read-only */
|
||||
void *pixels; /**< Read-write */
|
||||
|
||||
/** Application data associated with the surfade */
|
||||
/** Application data associated with the surface */
|
||||
void *userdata; /**< Read-write */
|
||||
|
||||
/** information needed for surfaces requiring locks */
|
||||
|
||||
Reference in New Issue
Block a user