From f4040e1b027f0ec92bf44381417fa4b794dce669 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 7 Dec 1994 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1994-12-07 --- pc/ether509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/ether509.c b/pc/ether509.c index c3c369793b54101b7bd3f03431de6197ca4e7245..ff3c66547df74f9a35038e54d30c1deb8b80087a 100644 --- a/pc/ether509.c +++ b/pc/ether509.c @@ -32,7 +32,7 @@ enum { MyEtherAddr = 0x01, /* Individual address */ Multicast = 0x02, /* Group (multicast) addresses */ Broadcast = 0x04, /* Broadcast address */ - Promiscuous = 0x08, /* All addresses (promiscuous mode */ + Promiscuous = 0x08, /* All addresses (promiscuous mode) */ /* Window Register Offsets */ Command = 0x0E, /* all windows */