[lib] Fix a typo in owlps.h

This commit is contained in:
Matteo Cypriani 2012-10-16 15:30:42 +02:00
parent ae1fa584a7
commit cadb64e4c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ enum {owl_north = 1, owl_east, owl_south, owl_west} ;
typedef uint8_t owl_direction ;
/* Timestamp type (struct timespec clone with fix-sized fields) */
/* Timestamp type (struct timespec clone with fixed size fields) */
typedef struct _owl_timestamp
{
uint32_t tv_sec ;