typo fixes: infomation -> information

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Adrian Bunk
2006-06-30 18:25:18 +02:00
parent fd245f0069
commit 47bdd718c6
7 changed files with 13 additions and 13 deletions

View File

@@ -390,7 +390,7 @@ parse_eeprom (struct net_device *dev)
for (i = 0; i < 6; i++)
dev->dev_addr[i] = psrom->mac_addr[i];
/* Parse Software Infomation Block */
/* Parse Software Information Block */
i = 0x30;
psib = (u8 *) sromdata;
do {