git: 9front

Download patch

ref: 5cb9f47844a910925e9f6e64c99790491fd53b48
parent: 7bcf891899b562e2d32832d181b23367bd8440e6
author: cinap_lenrek <cinap_lenrek@felloff.net>
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);
--