summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-06-09 19:09:41 +0000
committerbrad <brad@openbsd.org>2006-06-09 19:09:41 +0000
commit0090265988e5ad6389cdd8a3a53a7a7e4dde9ca4 (patch)
tree3d79bf986d1e4d6a6903ebf34255f0d7d6f85b2a
parentdocument link[0-2] bits; (diff)
downloadwireguard-openbsd-0090265988e5ad6389cdd8a3a53a7a7e4dde9ca4.tar.xz
wireguard-openbsd-0090265988e5ad6389cdd8a3a53a7a7e4dde9ca4.zip
fix up the comment.
-rw-r--r--sys/dev/pci/if_xge.c6
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,