summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/ip/pktmedium.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/ip/pktmedium.c b/sys/src/9/ip/pktmedium.c
index d978289c4..4a6fe87a6 100644
--- a/sys/src/9/ip/pktmedium.c
+++ b/sys/src/9/ip/pktmedium.c
@@ -16,7 +16,7 @@ static void pktin(Fs*, Ipifc*, Block*);
Medium pktmedium =
{
.name= "pkt",
-.hsize= 14,
+.hsize= 0,
.mintu= 40,
.maxtu= 4*1024,
.maclen= 6,
@@ -27,7 +27,7 @@ Medium pktmedium =
};
/*
- * called to bind an IP ifc to an ethernet device
+ * called to bind an IP ifc to an packet device
* called with ifc wlock'd
*/
static void