MdeModulePkg/Bus/Sd: Fix various typos

Fix various typos in comments and documentation.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-16-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:28 +01:00
committed by mergify[bot]
parent cc530cd10c
commit b854b07540
13 changed files with 33 additions and 33 deletions

View File

@@ -1290,7 +1290,7 @@ SdPeimExecTrb (
BlkCount = 0;
if (Trb->Mode != SdNoData) {
//
// Calcuate Block Count.
// Calculate Block Count.
//
BlkCount = (UINT16)(Trb->DataLen / Trb->BlockSize);
}
@@ -2494,7 +2494,7 @@ SdPeimSendTuningBlk (
}
/**
Tunning the sampling point of SDR104 or SDR50 bus speed mode.
Tuning the sampling point of SDR104 or SDR50 bus speed mode.
Command SD_SEND_TUNING_BLOCK may be sent up to 40 times until the host finishes the
tuning procedure.
@@ -2702,7 +2702,7 @@ SdPeimSetBusMode (
return EFI_DEVICE_ERROR;
}
//
// Set to Hight Speed timing
// Set to High Speed timing
//
if (AccessMode == 1) {
HostCtrl1 = BIT2;