From 59fde8c360d828745b740b76b2b3a03eb0a005db Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 8 Jun 1998 06:42:34 +0000 Subject: [PATCH] Fix spelling in printf(). --- sys/dev/tx/if_tx.c | 4 ++-- sys/pci/if_tx.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 691f2fc3770..399fce181c9 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/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); diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c index 691f2fc3770..399fce181c9 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);