diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 16:25:18 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 16:25:18 (GMT) |
commit | 47bdd718c6547d84c8e140cd0f495c016f13b08b (patch) | |
tree | 0e5722ecb24e246a585dc41237ba67765e05c2d6 /drivers/net/mv643xx_eth.h | |
parent | fd245f00695cbcf0f8430f35841c216559d243df (diff) | |
download | linux-47bdd718c6547d84c8e140cd0f495c016f13b08b.tar.xz |
typo fixes: infomation -> information
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/net/mv643xx_eth.h')
-rw-r--r-- | drivers/net/mv643xx_eth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h index 4262c1d..33c5faf 100644 --- a/drivers/net/mv643xx_eth.h +++ b/drivers/net/mv643xx_eth.h @@ -258,7 +258,7 @@ struct pkt_info { struct sk_buff *return_info; /* User resource return information */ }; -/* Ethernet port specific infomation */ +/* Ethernet port specific information */ struct mv643xx_mib_counters { u64 good_octets_received; |