typo in printf
authorBill Joy <root@ucbvax.Berkeley.EDU>
Thu, 4 Mar 1982 01:06:56 +0000 (17:06 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Thu, 4 Mar 1982 01:06:56 +0000 (17:06 -0800)
SCCS-vsn: sys/vax/if/if_en.c 4.35

usr/src/sys/vax/if/if_en.c

index 1b047ba..34b2c84 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_en.c 4.34    82/02/21        */
+/*     if_en.c 4.35    82/03/03        */
 
 #include "en.h"
 
 
 #include "en.h"
 
@@ -364,7 +364,7 @@ COUNT(ENRINT);
 #endif
 
        default:
 #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)
                goto setup;
        }
        if (len == 0)