summaryrefslogtreecommitdiff
path: root/ibm_emac.c
diff options
context:
space:
mode:
Diffstat (limited to 'ibm_emac.c')
-rw-r--r--ibm_emac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ibm_emac.c b/ibm_emac.c
index b2dfffa..7974836 100644
--- a/ibm_emac.c
+++ b/ibm_emac.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, 2005 Zultys Technologies
+ * Copyright (c) 2004, 2005 Zultys Technologies
* Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
*/
#include <stdio.h>
@@ -9,13 +9,13 @@
#include "ethtool-util.h"
/* Ethtool get_regs complex data.
- * we want to get not just EMAC registers, but also MAL, ZMII, RGMII, TAH
+ * we want to get not just EMAC registers, but also MAL, ZMII, RGMII, TAH
* when available.
- *
- * Returned BLOB consists of the ibm_emac_ethtool_regs_hdr,
+ *
+ * Returned BLOB consists of the ibm_emac_ethtool_regs_hdr,
* MAL registers, EMAC registers and optional ZMII, RGMII, TAH registers.
* Each register component is preceded with emac_ethtool_regs_subhdr.
- * Order of the optional headers follows their relative bit posititions
+ * Order of the optional headers follows their relative bit posititions
* in emac_ethtool_regs_hdr.components
*/
#define EMAC_ETHTOOL_REGS_ZMII 0x00000001