master/pdo_list.h
branchstable-1.4
changeset 1686 e206f4485f60
parent 1685 399ef727bf62
--- a/master/pdo_list.h	Mon Dec 29 14:10:27 2008 +0000
+++ b/master/pdo_list.h	Mon Dec 29 15:19:16 2008 +0000
@@ -26,7 +26,7 @@
 
 /**
    \file
-   EtherCAT Pdo list structure.
+   EtherCAT PDO list structure.
 */
 
 /*****************************************************************************/
@@ -43,10 +43,10 @@
 
 /*****************************************************************************/
 
-/** EtherCAT Pdo list.
+/** EtherCAT PDO list.
  */
 typedef struct {
-    struct list_head list; /**< List of Pdos. */
+    struct list_head list; /**< List of PDOs. */
 } ec_pdo_list_t;
 
 /*****************************************************************************/