master/pdo_entry.h
changeset 1327 4d179b06dd3c
parent 1326 ef907b0b5125
child 1363 11c0b2caa253
--- a/master/pdo_entry.h	Mon Jan 26 11:16:10 2009 +0000
+++ b/master/pdo_entry.h	Mon Jan 26 11:45:30 2009 +0000
@@ -40,12 +40,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;