master/pdo.h
changeset 1327 4d179b06dd3c
parent 1326 ef907b0b5125
child 1363 11c0b2caa253
--- a/master/pdo.h	Mon Jan 26 11:16:10 2009 +0000
+++ b/master/pdo.h	Mon Jan 26 11:45:30 2009 +0000
@@ -41,14 +41,14 @@
 
 /*****************************************************************************/
 
-/** Pdo description.
+/** PDO description.
  */
 typedef struct {
     struct list_head list; /**< List item. */
-    uint16_t index; /**< Pdo index. */
+    uint16_t index; /**< PDO index. */
     int8_t sync_index; /**< Assigned sync manager. \todo remove? */
-    char *name; /**< Pdo name. */
-    struct list_head entries; /**< List of Pdo entries. */
+    char *name; /**< PDO name. */
+    struct list_head entries; /**< List of PDO entries. */
 } ec_pdo_t;
 
 /*****************************************************************************/