master/master.c
branchstable-1.4
changeset 1686 e206f4485f60
parent 1685 399ef727bf62
child 1688 12046addaec5
--- a/master/master.c	Mon Dec 29 14:10:27 2008 +0000
+++ b/master/master.c	Mon Dec 29 15:19:16 2008 +0000
@@ -942,7 +942,7 @@
 /*****************************************************************************/
 
 #ifdef EC_EOE
-/** Starts Ethernet-over-EtherCAT processing on demand.
+/** Starts Ethernet over EtherCAT processing on demand.
  */
 void ec_master_eoe_start(ec_master_t *master /**< EtherCAT master */)
 {
@@ -969,7 +969,7 @@
 
 /*****************************************************************************/
 
-/** Stops the Ethernet-over-EtherCAT processing.
+/** Stops the Ethernet over EtherCAT processing.
  */
 void ec_master_eoe_stop(ec_master_t *master /**< EtherCAT master */)
 {
@@ -983,7 +983,7 @@
 
 /*****************************************************************************/
 
-/** Does the Ethernet-over-EtherCAT processing.
+/** Does the Ethernet over EtherCAT processing.
  */
 void ec_master_eoe_run(unsigned long data /**< master pointer */)
 {