master/master.c
changeset 1327 4d179b06dd3c
parent 1326 ef907b0b5125
child 1329 379e60baa5be
--- a/master/master.c	Mon Jan 26 11:16:10 2009 +0000
+++ b/master/master.c	Mon Jan 26 11:45:30 2009 +0000
@@ -981,7 +981,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 */)
 {
@@ -1008,7 +1008,7 @@
 
 /*****************************************************************************/
 
-/** Stops the Ethernet-over-EtherCAT processing.
+/** Stops the Ethernet over EtherCAT processing.
  */
 void ec_master_eoe_stop(ec_master_t *master /**< EtherCAT master */)
 {
@@ -1022,7 +1022,7 @@
 
 /*****************************************************************************/
 
-/** Does the Ethernet-over-EtherCAT processing.
+/** Does the Ethernet over EtherCAT processing.
  */
 void ec_master_eoe_run(unsigned long data /**< master pointer */)
 {