summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;