diff -r ef907b0b5125 -r 4d179b06dd3c master/sync_config.h --- a/master/sync_config.h Mon Jan 26 11:16:10 2009 +0000 +++ b/master/sync_config.h Mon Jan 26 11:45:30 2009 +0000 @@ -42,7 +42,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; /*****************************************************************************/