eina: fix typos in eina_rectangle doc

This commit is contained in:
Jean Guyomarc'h 2016-06-17 08:18:51 +02:00
parent 5899858964
commit e333175109
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
*/
typedef struct _Eina_Rectangle
{
int x; /**< top-left x co-ordinate of rectangle */
int y; /**< top-left y co-ordinate of rectangle */
int x; /**< top-left x coordinate of rectangle */
int y; /**< top-left y coordinate of rectangle */
int w; /**< width of rectangle */
int h; /**< height of rectangle */
} Eina_Rectangle;