s/writting/writing/.

This commit is contained in:
simonb 2006-07-07 00:56:15 +00:00
parent e8f235719e
commit 90498e88b2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bce.c,v 1.9 2005/12/11 12:22:49 christos Exp $ */
/* $NetBSD: if_bce.c,v 1.10 2006/07/07 00:56:15 simonb Exp $ */
/*
* Copyright (c) 2003 Clifford Wright. All rights reserved.
@ -1044,7 +1044,7 @@ bce_add_mac(struct bce_softc *sc, u_int8_t *mac, u_long idx)
delay(10);
}
if (i == 100) {
printf("%s: timed out writting pkt filter ctl\n",
printf("%s: timed out writing pkt filter ctl\n",
sc->bce_dev.dv_xname);
}
}
@ -1434,7 +1434,7 @@ bce_mii_write(struct device *self, int phy, int reg, int val)
}
rval = bus_space_read_4(sc->bce_btag, sc->bce_bhandle, BCE_MI_COMM);
if (i == BCE_TIMEOUT) {
printf("%s: PHY timed out writting phy %d, reg %d, val "
printf("%s: PHY timed out writing phy %d, reg %d, val "
"= 0x%08x\n", sc->bce_dev.dv_xname, phy, reg, val);
}
}