diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:25:18 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:25:18 +0200 |
commit | 47bdd718c6547d84c8e140cd0f495c016f13b08b (patch) | |
tree | 0e5722ecb24e246a585dc41237ba67765e05c2d6 /drivers/net/s2io.h | |
parent | fd245f00695cbcf0f8430f35841c216559d243df (diff) | |
download | linux-3.10-47bdd718c6547d84c8e140cd0f495c016f13b08b.tar.gz linux-3.10-47bdd718c6547d84c8e140cd0f495c016f13b08b.tar.bz2 linux-3.10-47bdd718c6547d84c8e140cd0f495c016f13b08b.zip |
typo fixes: infomation -> information
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index 3203732a668..c43f5217970 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h @@ -652,7 +652,7 @@ typedef struct fifo_info { nic_t *nic; }fifo_info_t; -/* Infomation related to the Tx and Rx FIFOs and Rings of Xena +/* Information related to the Tx and Rx FIFOs and Rings of Xena * is maintained in this structure. */ typedef struct mac_info { |