From: Bill Joy Date: Thu, 4 Mar 1982 01:06:56 +0000 (-0800) Subject: typo in printf X-Git-Tag: BSD-4_1c_2-Snapshot-Development~4010 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/5d855bdff959bbadba7639777beccdbe6d40c66e typo in printf SCCS-vsn: sys/vax/if/if_en.c 4.35 --- 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)