Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/atactl Typo.



details:   https://anonhg.NetBSD.org/src/rev/48dc7b32d022
branches:  trunk
changeset: 535344:48dc7b32d022
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Aug 15 19:17:04 2002 +0000

description:
Typo.

diffstat:

 sbin/atactl/atactl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a5b7efa9875 -r 48dc7b32d022 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Thu Aug 15 19:03:34 2002 +0000
+++ b/sbin/atactl/atactl.c      Thu Aug 15 19:17:04 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.18 2002/08/15 18:57:51 mycroft Exp $      */
+/*     $NetBSD: atactl.c,v 1.19 2002/08/15 19:17:04 soren Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -149,7 +149,7 @@
        const int       id;
        const char      *name;
 } smart_attrs[] = {
-       { 1,            "Raw read error date" },
+       { 1,            "Raw read error rate" },
        { 2,            "Throughput performance" },
        { 3,            "Spin-up time" },
        { 4,            "Start/stop count" },



Home | Main Index | Thread Index | Old Index