diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 18:38:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 18:38:36 +0000 |
commit | 2d9f38c0bdfab187bb0e93665a089baad19f5531 (patch) | |
tree | 41c6e74a14737207f3fea80351444fc8851a9487 /sys/dev | |
parent | d121d525939192c8b560ac92df9e581280000874 (diff) |
typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/gem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index de52c03abb5..eaab9a625ec 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.46 2005/10/17 03:03:24 brad Exp $ */ +/* $OpenBSD: gem.c,v 1.47 2005/10/31 18:38:35 brad Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -1497,7 +1497,7 @@ gem_setladrf(sc) * Set up multicast address filter by passing all multicast addresses * through a crc generator, and then using the high order 8 bits as an * index into the 256 bit logical address filter. The high order 4 - * bits select the word, while the other 4 bits select the bit within + * bits selects the word, while the other 4 bits select the bit within * the word (where bit 0 is the MSB). */ |