]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h
MdeModulePkg/Bus/Ata: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AhciMode.h
index 66d5da0b714cd5ff26d04fa0a14cbed0f859cafc..786413930ae97ee03fd127d0b8f50614a90751f0 100644 (file)
@@ -263,7 +263,7 @@ typedef struct {
 } EFI_AHCI_COMMAND_PRDT;\r
 \r
 //\r
-// Command table data strucute which is pointed to by the entry in the command list\r
+// Command table data structure which is pointed to by the entry in the command list\r
 //\r
 typedef struct {\r
   EFI_AHCI_COMMAND_FIS      CommandFis;       // A software constructed FIS.\r
@@ -283,7 +283,7 @@ typedef struct {
   UINT8    AhciD2HRegisterFis[0x14];      // D2H Register Fis: offset 0x40\r
   UINT8    AhciD2HRegisterFisRsvd[0x04];\r
   UINT64   AhciSetDeviceBitsFis;          // Set Device Bits Fix: offset 0x58\r
-  UINT8    AhciUnknownFis[0x40];          // Unkonwn Fis: offset 0x60\r
+  UINT8    AhciUnknownFis[0x40];          // Unknown Fis: offset 0x60\r
   UINT8    AhciUnknownFisRsvd[0x60];\r
 } EFI_AHCI_RECEIVED_FIS;\r
 \r