diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 21:56:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 21:56:27 +0000 |
commit | 27f92c13868b2a684846616c306e6c641217fb8b (patch) | |
tree | 3c1747f440cc42f798a5e6097c913b349594a3c0 /sys | |
parent | 20f89bbcc5d6c07bcd23afa265c38ab9fdf9d140 (diff) |
These magics -> This magic
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_xge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c index dd99f676c5a..88fcbe6f760 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.20 2006/06/01 21:53:52 brad Exp $ */ +/* $OpenBSD: if_xge.c,v 1.21 2006/06/01 21:56:26 brad Exp $ */ /* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */ /* @@ -1258,7 +1258,7 @@ xge_add_rxbuf(struct xge_softc *sc, int id) } /* - * These magics comes from the FreeBSD driver. + * This magic comes from the FreeBSD driver. */ int xge_setup_xgxs(struct xge_softc *sc) |