summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-06-05 21:58:14 +0000
committerderaadt <deraadt@openbsd.org>1999-06-05 21:58:14 +0000
commitc26b576724ddf376f4054cae8b2a06d5de54aade (patch)
tree3450d9b5a6e26d133a39c6ed35cfd85af8f66ebd
parentCorrect the way ppp transfers links on the server side in MP (diff)
downloadwireguard-openbsd-c26b576724ddf376f4054cae8b2a06d5de54aade.tar.xz
wireguard-openbsd-c26b576724ddf376f4054cae8b2a06d5de54aade.zip
say media error instead of medium error
-rw-r--r--sys/dev/atapi/atapiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapi/atapiconf.c b/sys/dev/atapi/atapiconf.c
index 41ce88c12b4..a026f90c393 100644
--- a/sys/dev/atapi/atapiconf.c
+++ b/sys/dev/atapi/atapiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiconf.c,v 1.22 1998/06/09 13:29:58 provos Exp $ */
+/* $OpenBSD: atapiconf.c,v 1.23 1999/06/05 21:58:14 deraadt Exp $ */
/*
* Copyright (c) 1996 Manuel Bouyer. All rights reserved.
@@ -686,7 +686,7 @@ atapi_sense(acp, sense_key, flags)
break;
case ATAPI_SK_MEDIUM_ERROR:
- SILENT_PRINTF(flags,("medium error"));
+ SILENT_PRINTF(flags,("media error"));
acp->status = ERROR;
break;