Module Name:    src
Committed By:   jdolecek
Date:           Mon Dec  3 20:00:16 UTC 2018

Modified Files:
        src/sys/dev/ic: ahcisatareg.h

Log Message:
fix typo in comment, NFC


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/ahcisatareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/ahcisatareg.h
diff -u src/sys/dev/ic/ahcisatareg.h:1.13 src/sys/dev/ic/ahcisatareg.h:1.14
--- src/sys/dev/ic/ahcisatareg.h:1.13	Sat Oct  7 16:05:32 2017
+++ src/sys/dev/ic/ahcisatareg.h	Mon Dec  3 20:00:16 2018
@@ -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 @@ struct ahci_r_fis {
 /* 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 */

Reply via email to