diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2004-01-13 11:32:44 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2004-01-13 11:32:44 +0000 |
| commit | ad6ab6f35ae953fadacff0acf91186979bebf02c (patch) | |
| tree | 1a0c5fbd0346ed7157625b9542decef0323cd465 /sys/dev/bge | |
| parent | 3ceac2ff45b3b37261e1efeb6b072764b7d4989b (diff) | |
Notes
Diffstat (limited to 'sys/dev/bge')
| -rw-r--r-- | sys/dev/bge/if_bge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index d87bebba2c5f..2810885e1a4b 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -2243,7 +2243,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 |
