Fixed typo. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Fri, 04 Nov 2011 11:26:12 +0100
branchstable-1.5
changeset 2220 b72642577a0a
parent 2219 d52848f0be04
child 2221 194bbfa734eb
Fixed typo.
devices/e1000e/e1000-2.6.34-ethercat.h
--- a/devices/e1000e/e1000-2.6.34-ethercat.h	Mon Jul 25 15:42:02 2011 +0200
+++ b/devices/e1000e/e1000-2.6.34-ethercat.h	Fri Nov 04 11:26:12 2011 +0100
@@ -41,12 +41,12 @@
 
 #include "hw-2.6.34-ethercat.h"
 
-/* Ethecat header file */
+/* EtherCAT header file */
 #include "../ecdev.h"
 
 struct e1000_info;
 
-/* Ethecat */
+/* EtherCAT */
 #define e_printk(level, adapter, format, arg...) \
 	printk(level "ec_%s: %s: " format, pci_name(adapter->pdev), \
 	       adapter->netdev->name, ## arg)