From 1091f6dff6c692ae8f8b224db3057a6c1b3619a8 Mon Sep 17 00:00:00 2001
From: mav <mav@FreeBSD.org>
Date: Sat, 6 Sep 2014 15:37:55 +0000
Subject: [PATCH] Fix typo in comments.

Submitted by:	Benedict Reuschling <bcr@FreeBSD.org>
MFC after:	6 days
---
 sys/dev/ahci/ahci.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index 8327acda2de5..95ce61f3cd6e 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -1535,8 +1535,9 @@ ahci_execute_transaction(struct ahci_slot *slot)
 		/*
 		 * Marvell HBAs with non-RAID firmware do not wait for
 		 * readiness after soft reset, so we have to wait here.
-		 * Marvell RAIDs have no this problem, but instead sometimes
-		 * forget to update FIS receive area, breaking this wait.
+		 * Marvell RAIDs do not have this problem, but instead
+		 * sometimes forget to update FIS receive area, breaking
+		 * this wait.
 		 */
 		if ((ch->quirks & AHCI_Q_NOBSYRES) == 0 &&
 		    (ch->quirks & AHCI_Q_ATI_PMP_BUG) == 0 &&