From e22c3fc79c6f9619118ecf66d6e305b14fe042c2 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sun, 15 Jan 2017 08:05:00 +0000 Subject: [PATCH] Fix a minor typo (Seiral) PR: 216095 Reported by: --- sys/sys/ata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/ata.h b/sys/sys/ata.h index 72104140ef2..9737487d5b9 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -682,7 +682,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 {