diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-09 19:09:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-09 19:09:42 +0000 |
commit | cc49c76f330998149f5fed0711b90e995fa71ecd (patch) | |
tree | 5ec11d81a0294c16d429e95654cb365dd20c613b | |
parent | c5a59fd6b70e273e5b1bc052b8200d2e94b5eae0 (diff) |
fix up the comment.
-rw-r--r-- | sys/dev/pci/if_xge.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c index 6ba96d69d94..e7299ed326d 100644 --- a/sys/dev/pci/if_xge.c +++ b/sys/dev/pci/if_xge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xge.c,v 1.23 2006/06/01 23:04:55 brad Exp $ */ +/* $OpenBSD: if_xge.c,v 1.24 2006/06/09 19:09:41 brad Exp $ */ /* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */ /* @@ -128,8 +128,8 @@ __KERNEL_RCSID(0, "$NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $"); #define RXMAPSZ (NRXPAGES*PAGE_SIZE) /* - * Magics to fix a bug when the mac address can't be read correctly. - * Comes from the Linux driver. + * Magic to fix a bug when the MAC address cannot be read correctly. + * This came from the Linux driver. */ static uint64_t fix_mac[] = { 0x0060000000000000ULL, 0x0060600000000000ULL, |