shithub: riscv

Download patch

ref: d97eb114d5dd63f3f0d5b96d8f34a1613761793e
parent: ba38aa8b9d6456d4d281a01a7565d59d546a4638
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Nov 8 17:33:48 EST 2016

kernel/ip: fix typo (rfc -> ifc)

--- a/sys/src/9/ip/ip.c
+++ b/sys/src/9/ip/ip.c
@@ -402,7 +402,7 @@
 		}
 
 		/* reassemble if the interface expects it */
-if(r->ifc == nil) panic("nil route rfc");
+if(r->ifc == nil) panic("nil route ifc");
 		if(r->ifc->reassemble){
 			frag = nhgets(h->frag);
 			if(frag & ~IP_DF) {