diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-27 06:48:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-27 06:48:51 +0000 |
commit | 65f54577c6941e8e08bcb72577458ebdc12c524b (patch) | |
tree | 37e6dfa4932faba2c52ad91a4057cebbe57bad9d /sys | |
parent | 5870c74f0f8a3f8f6126368ff60b9309ff7e77a8 (diff) |
fix typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/i82596.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index c20e9f2ab65..11859eb988c 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.35 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: i82596.c,v 1.36 2013/11/27 06:48:50 deraadt Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -1956,7 +1956,7 @@ ie_mc_reset(sc) if (ac->ac_multicnt >= IE_MAXMCAST || ac->ac_multirangecnt > 0) { ac->ac_if.if_flags |= IFF_ALLMULTI; - i82596_ioctl(&ac->.ac_if, SIOCSIFFLAGS, (void *)0); + i82596_ioctl(&ac->ac_if, SIOCSIFFLAGS, (void *)0); return; } |