Module Name: src
Committed By: jdolecek
Date: Mon Jan 14 21:09:01 UTC 2019
Modified Files:
src/sys/dev/ic: ahcisatareg.h
Log Message:
fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/sys/dev/ic/ahcisatareg.h:1.15
--- src/sys/dev/ic/ahcisatareg.h:1.14 Mon Dec 3 20:00:16 2018
+++ src/sys/dev/ic/ahcisatareg.h Mon Jan 14 21:09:01 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisatareg.h,v 1.14 2018/12/03 20:00:16 jdolecek Exp $ */
+/* $NetBSD: ahcisatareg.h,v 1.15 2019/01/14 21:09:01 jdolecek Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -208,7 +208,7 @@ struct ahci_r_fis {
#define AHCI_P_IX_PRCS 0x00400000 /* Phy Ready change */
#define AHCI_P_IX_DMPS 0x00000080 /* Device Mechanical Presence */
#define AHCI_P_IX_PCS 0x00000040 /* port Connect change */
-#define AHCI_P_IX_DPS 0x00000020 /* dexcriptor processed */
+#define AHCI_P_IX_DPS 0x00000020 /* descriptor processed */
#define AHCI_P_IX_UFS 0x00000010 /* Unknown FIS */
#define AHCI_P_IX_SDBS 0x00000008 /* Set device bit */
#define AHCI_P_IX_DSS 0x00000004 /* DMA setup FIS */