Author: mav Date: Sat Sep 6 15:37:55 2014 New Revision: 271196 URL: http://svnweb.freebsd.org/changeset/base/271196
Log: Fix typo in comments. Submitted by: Benedict Reuschling <b...@freebsd.org> MFC after: 6 days Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c ============================================================================== --- head/sys/dev/ahci/ahci.c Sat Sep 6 15:30:57 2014 (r271195) +++ head/sys/dev/ahci/ahci.c Sat Sep 6 15:37:55 2014 (r271196) @@ -1535,8 +1535,9 @@ ahci_execute_transaction(struct ahci_slo /* * 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 && _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"