svn commit: r350799 - stable/11/sys/sys

Alexander Motin mav at FreeBSD.org
Thu Aug 8 22:05:40 UTC 2019


Author: mav
Date: Thu Aug  8 22:05:39 2019
New Revision: 350799
URL: https://svnweb.freebsd.org/changeset/base/350799

Log:
  MFC r312212 (by cem): Fix a minor typo (Seiral)

Modified:
  stable/11/sys/sys/ata.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/ata.h
==============================================================================
--- stable/11/sys/sys/ata.h	Thu Aug  8 22:03:36 2019	(r350798)
+++ stable/11/sys/sys/ata.h	Thu Aug  8 22:05:39 2019	(r350799)
@@ -693,7 +693,7 @@ struct atapi_sense {
 #define	ATA_IDL_ATA_STRINGS	0x05	/* ATA Strings */
 #define	ATA_IDL_SECURITY	0x06	/* Security */
 #define	ATA_IDL_PARALLEL_ATA	0x07	/* Parallel ATA */
-#define	ATA_IDL_SERIAL_ATA	0x08	/* Seiral ATA */
+#define	ATA_IDL_SERIAL_ATA	0x08	/* Serial ATA */
 #define	ATA_IDL_ZDI		0x09	/* Zoned Device Information */
 
 struct ata_gp_log_dir {


More information about the svn-src-all mailing list