Source-Changes-HG archive

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

[src/trunk]: src/sbin/atactl Managment -> Management



details:   https://anonhg.NetBSD.org/src/rev/b321be77a7da
branches:  trunk
changeset: 948181:b321be77a7da
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 20 10:19:30 2020 +0000

description:
Managment -> Management

diffstat:

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

diffs (27 lines):

diff -r 5786cb68fcbc -r b321be77a7da sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Sun Dec 20 09:08:15 2020 +0000
+++ b/sbin/atactl/atactl.c      Sun Dec 20 10:19:30 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.84 2020/12/07 10:36:19 mrg Exp $  */
+/*     $NetBSD: atactl.c,v 1.85 2020/12/20 10:19:30 jmcneill Exp $     */
 
 /*-
  * Copyright (c) 1998, 2019 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.84 2020/12/07 10:36:19 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.85 2020/12/20 10:19:30 jmcneill Exp $");
 #endif
 
 
@@ -306,7 +306,7 @@
 static const struct bitinfo ata_sata_feat[] = {
        { SATA_NONZERO_OFFSETS, "Non-zero Offset DMA" },
        { SATA_DMA_SETUP_AUTO, "DMA Setup Auto Activate" },
-       { SATA_DRIVE_PWR_MGMT, "Device-Initiated Interface Power Managment" },
+       { SATA_DRIVE_PWR_MGMT, "Device-Initiated Interface Power Management" },
        { SATA_IN_ORDER_DATA, "In-order Data Delivery" },
        { SATA_SW_STTNGS_PRS, "Software Settings Preservation" },
        { 0, NULL },



Home | Main Index | Thread Index | Old Index