devether: fix spelling mistype

This commit is contained in:
cinap_lenrek 2013-12-17 12:48:17 +01:00
parent f3f89e03ed
commit 6e2bea734b

View file

@ -505,7 +505,7 @@ ethershutdown(void)
if(ether == nil)
continue;
if(ether->shutdown == nil) {
print("#l%d: no shutdown fuction\n", i);
print("#l%d: no shutdown function\n", i);
continue;
}
(*ether->shutdown)(ether);