diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-07-03 00:49:15 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-07-03 00:49:15 +0000 |
commit | 9f2aed0bb9c249c98133befda2010de58d21bcd8 (patch) | |
tree | 1038dddfed555a47df609837063b484f649eeeeb | |
parent | 4c73c6444b61e5f79a8605bcd0b2ed84cd94dc68 (diff) |
Fix typo.
ok claudio@, deraadt@, mpi@, rob@
-rw-r--r-- | sys/dev/usb/if_aue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index d43ec0e5acb..e508a95dd8b 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.106 2017/01/22 10:17:39 dlg Exp $ */ +/* $OpenBSD: if_aue.c,v 1.107 2018/07/03 00:49:14 kevlo Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -509,7 +509,7 @@ aue_miibus_writereg(struct device *dev, int phy, int reg, int data) } if (i == AUE_TIMEOUT) { - printf("%s: MII read timed out\n", + printf("%s: MII write timed out\n", sc->aue_dev.dv_xname); } aue_unlock_mii(sc); |