diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-06-08 06:42:34 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-06-08 06:42:34 +0000 |
commit | 350780df4914732fb841800b1029ac60db8c6921 (patch) | |
tree | 8d9c0a1a8cb7f86fdceb6114f73d10b3599122b9 /sys/pci | |
parent | 3aaa3dc7932f1fc977ac49897bcf9e5a5872162c (diff) | |
download | FreeBSD-src-350780df4914732fb841800b1029ac60db8c6921.zip FreeBSD-src-350780df4914732fb841800b1029ac60db8c6921.tar.gz |
Fix spelling in printf().
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/if_tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c index 691f2fc..399fce1 100644 --- a/sys/pci/if_tx.c +++ b/sys/pci/if_tx.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_tx.c,v 1.10 1998/04/15 17:47:05 bde Exp $ + * $Id: if_tx.c,v 1.11 1998/06/07 17:12:38 dfr Exp $ * */ @@ -879,7 +879,7 @@ epic_pci_attach( i=epic_read_phy_register( sc, DP83840_BMSR ); if( !(i & BMSR_LINK_STATUS) ) - printf("tx%d: WARNING! no link estabilished\n",sc->unit); + printf("tx%d: WARNING! no link established\n",sc->unit); /* Set shut down routine to stop DMA processes on reboot */ at_shutdown(epic_shutdown, sc, SHUTDOWN_POST_SYNC); |