From 6a270f002d60ab262b33860372137cdb5e673db1 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 19 Dec 2005 12:35:19 +0000 Subject: [PATCH] Typo in comment. --- sys/dev/pci/if_bge.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 7c0df4b0860e..5461dd55e971 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.100 2005/12/12 19:58:11 jonathan Exp $ */ +/* $NetBSD: if_bge.c,v 1.101 2005/12/19 12:35:19 skrll Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.100 2005/12/12 19:58:11 jonathan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.101 2005/12/19 12:35:19 skrll Exp $"); #include "bpfilter.h" #include "vlan.h" @@ -3144,7 +3144,7 @@ bge_intr(xsc) * Process link state changes. * Grrr. The link status word in the status block does * not work correctly on the BCM5700 rev AX and BX chips, - * according to all avaibable information. Hence, we have + * according to all available information. Hence, we have * to enable MII interrupts in order to properly obtain * async link changes. Unfortunately, this also means that * we have to read the MAC status register to detect link