From 5d855bdff959bbadba7639777beccdbe6d40c66e Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Wed, 3 Mar 1982 17:06:56 -0800 Subject: [PATCH] typo in printf SCCS-vsn: sys/vax/if/if_en.c 4.35 --- usr/src/sys/vax/if/if_en.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/vax/if/if_en.c b/usr/src/sys/vax/if/if_en.c index 1b047ba808..34b2c84457 100644 --- a/usr/src/sys/vax/if/if_en.c +++ b/usr/src/sys/vax/if/if_en.c @@ -1,4 +1,4 @@ -/* if_en.c 4.34 82/02/21 */ +/* if_en.c 4.35 82/03/03 */ #include "en.h" @@ -364,7 +364,7 @@ COUNT(ENRINT); #endif default: - printf("en%d: unknow pkt type 0x%x\n", en->en_type); + printf("en%d: unknown pkt type 0x%x\n", unit, en->en_type); goto setup; } if (len == 0) -- 2.20.1