diff -r 399ef727bf62 -r e206f4485f60 master/pdo_entry.h --- a/master/pdo_entry.h Mon Dec 29 14:10:27 2008 +0000 +++ b/master/pdo_entry.h Mon Dec 29 15:19:16 2008 +0000 @@ -42,12 +42,12 @@ /*****************************************************************************/ -/** Pdo entry description. +/** PDO entry description. */ typedef struct { struct list_head list; /**< list item */ - uint16_t index; /**< Pdo entry index */ - uint8_t subindex; /**< Pdo entry subindex */ + uint16_t index; /**< PDO entry index */ + uint8_t subindex; /**< PDO entry subindex */ char *name; /**< entry name */ uint8_t bit_length; /**< entry length in bit */ } ec_pdo_entry_t;