ref: 6e2bea734bd0d0a6e4aef478d89451d88455c7d1
parent: f3f89e03ed0b8e48769596241939adf929bd345e
author: cinap_lenrek <[email protected]>
date: Tue Dec 17 07:48:17 EST 2013
devether: fix spelling mistype
--- a/sys/src/9/pc/devether.c
+++ b/sys/src/9/pc/devether.c
@@ -505,7 +505,7 @@
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);