Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic fix typo in comment, NFC



details:   https://anonhg.NetBSD.org/src/rev/ffcf42e8ef15
branches:  trunk
changeset: 446387:ffcf42e8ef15
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Dec 03 20:00:16 2018 +0000

description:
fix typo in comment, NFC

diffstat:

 sys/dev/ic/ahcisatareg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca79f688ed41 -r ffcf42e8ef15 sys/dev/ic/ahcisatareg.h
--- a/sys/dev/ic/ahcisatareg.h  Mon Dec 03 19:51:09 2018 +0000
+++ b/sys/dev/ic/ahcisatareg.h  Mon Dec 03 20:00:16 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisatareg.h,v 1.13 2017/10/07 16:05:32 jdolecek Exp $        */
+/*     $NetBSD: ahcisatareg.h,v 1.14 2018/12/03 20:00:16 jdolecek Exp $        */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -97,7 +97,7 @@
 /* class Mass storage, subclass SATA, interface AHCI */
 #define PCI_INTERFACE_SATA_AHCI        0x01
 
-#define AHCI_PCI_ABAR  0x24 /* native ACHI registers (memory mapped) */
+#define AHCI_PCI_ABAR  0x24 /* native AHCI registers (memory mapped) */
 
 /*  ABAR registers */
 /* Global registers */



Home | Main Index | Thread Index | Old Index