diff options
| -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); |
