X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FAta%2FAtaBusDxe%2FAtaBus.c;fp=MdeModulePkg%2FBus%2FAta%2FAtaBusDxe%2FAtaBus.c;h=cb7f1f031e58eb805e08b61a2192d0c6eda79716;hp=e7449f971478b9cfd7c354100be53c3b4ea21e4c;hb=ed356b9e80d46c40457dd90f5352835e6611200b;hpb=04b34efb40309b55ed9e56c294ee556001e4366f diff --git a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c index e7449f9714..cb7f1f031e 100644 --- a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c +++ b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c @@ -1005,7 +1005,7 @@ AtaBlockIoReset ( @param[in, out] Token A pointer to the token associated with the transaction. @param[in] BufferSize Size of Buffer, must be a multiple of device block size. @param[out] Buffer A pointer to the destination/source buffer for the data. - @param[in] IsBlockIo2 Indicate the calling is from BlockIO or BlockIO2. TURE is + @param[in] IsBlockIo2 Indicate the calling is from BlockIO or BlockIO2. TRUE is from BlockIO2, FALSE is for BlockIO. @param[in] IsWrite Indicates whether it is a write operation.