diff -r 399ef727bf62 -r e206f4485f60 master/sync_config.h --- a/master/sync_config.h Mon Dec 29 14:10:27 2008 +0000 +++ b/master/sync_config.h Mon Dec 29 15:19:16 2008 +0000 @@ -44,7 +44,7 @@ */ typedef struct { ec_direction_t dir; /**< Sync manager direction. */ - ec_pdo_list_t pdos; /**< Current Pdo assignment. */ + ec_pdo_list_t pdos; /**< Current PDO assignment. */ } ec_sync_config_t; /*****************************************************************************/