diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-17 12:48:17 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-17 12:48:17 +0100 |
commit | 6e2bea734bd0d0a6e4aef478d89451d88455c7d1 (patch) | |
tree | bb9c912f4f56c679c677c71459da19c6f641a2dc | |
parent | f3f89e03ed0b8e48769596241939adf929bd345e (diff) |
devether: fix spelling mistype
-rw-r--r-- | sys/src/9/pc/devether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/devether.c b/sys/src/9/pc/devether.c index 3fe9d9645..ef2a4729c 100644 --- a/sys/src/9/pc/devether.c +++ b/sys/src/9/pc/devether.c @@ -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); |