summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-09-26 13:10:52 -0700
committerJeff Garzik <jeff@garzik.org>2006-09-27 19:01:26 -0400
commitaa60a2982e3f9cdf1307c105cb9f298e0e10a99b (patch)
tree52c291e8aa8dcffe568dfedcf1ed32e701257d37
parentad702599947629f096b698b6d0f9ba7f24b27cce (diff)
downloadethtool-aa60a2982e3f9cdf1307c105cb9f298e0e10a99b.tar.gz
[PATCH] ethtool: spelling fix
Fix my bogus spelling. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--marvell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/marvell.c b/marvell.c
index 08fdbd9..16147a9 100644
--- a/marvell.c
+++ b/marvell.c
@@ -68,9 +68,9 @@ static void dump_queue(const char *name, const void *a, int rx)
printf("Status 0x%08X\n", d->status);
printf("Timestamp 0x%08X\n", d->timestamp);
if (rx) {
- printf("Csum1 Offset %4d Positon %d\n",
+ printf("Csum1 Offset %4d Position %d\n",
d->csum1, d->csum1_start);
- printf("Csum2 Offset %4d Positon %d\n",
+ printf("Csum2 Offset %4d Position %d\n",
d->csum2, d->csum2_start);
} else
printf("Csum Start 0x%04X Pos %4d Write %d\n",