diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2007-11-04 02:34:27 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2007-11-04 02:34:27 +0000 |
| commit | 51f434b0bb2c2a3f873ad85e2e4730632fdffa02 (patch) | |
| tree | b0dc27ca6aa1b5c7843050572ace88a9ca9a7fdd | |
| parent | b0ea8c709badc1094adb7c91cae53a6dcddb1680 (diff) | |
Fix typo in SATA features: Perservation -> Preservation.
| -rw-r--r-- | sbin/atactl/atactl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index 5c5115a8427..b9a545a6f59 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $NetBSD: atactl.c,v 1.46 2007/08/21 16:53:18 bouyer Exp $ */ +/* $NetBSD: atactl.c,v 1.47 2007/11/04 02:34:27 xtraeme Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: atactl.c,v 1.46 2007/08/21 16:53:18 bouyer Exp $"); +__RCSID("$NetBSD: atactl.c,v 1.47 2007/11/04 02:34:27 xtraeme Exp $"); #endif @@ -249,7 +249,7 @@ struct bitinfo ata_sata_feat[] = { { SATA_DMA_SETUP_AUTO, "DMA Setup Auto Activate" }, { SATA_DRIVE_PWR_MGMT, "Device-Initiated Interface Power Managment" }, { SATA_IN_ORDER_DATA, "In-order Data Delivery" }, - { SATA_SW_STTNGS_PRS, "Software Settings Perservation" }, + { SATA_SW_STTNGS_PRS, "Software Settings Preservation" }, { 0, NULL }, }; |
