]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/libata.h
Fix various typos of valid in comments
[net-next-2.6.git] / include / linux / libata.h
index f010f18a0f863f39e139d65469debae94232b259..9eee84b24a4cc05697905870c8dbcc630f10ed97 100644 (file)
@@ -340,7 +340,7 @@ enum {
        ATA_EHI_DID_HARDRESET   = (1 << 17), /* already soft-reset this port */
        ATA_EHI_PRINTINFO       = (1 << 18), /* print configuration info */
        ATA_EHI_SETMODE         = (1 << 19), /* configure transfer mode */
-       ATA_EHI_POST_SETMODE    = (1 << 20), /* revaildating after setmode */
+       ATA_EHI_POST_SETMODE    = (1 << 20), /* revalidating after setmode */
 
        ATA_EHI_DID_RESET       = ATA_EHI_DID_SOFTRESET | ATA_EHI_DID_HARDRESET,