]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.c
MdeModulePkg/Bus/Sd: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / SdBlockIoPei / SdHci.c
index 5efc06af5f8d8223e7f54d19e0b42ee691750eee..756c3063bbfff635b250134c127d59a8fbae5ea6 100644 (file)
@@ -1290,7 +1290,7 @@ SdPeimExecTrb (
   BlkCount = 0;\r
   if (Trb->Mode != SdNoData) {\r
     //\r
-    // Calcuate Block Count.\r
+    // Calculate Block Count.\r
     //\r
     BlkCount = (UINT16)(Trb->DataLen / Trb->BlockSize);\r
   }\r
@@ -2494,7 +2494,7 @@ SdPeimSendTuningBlk (
 }\r
 \r
 /**\r
-  Tunning the sampling point of SDR104 or SDR50 bus speed mode.\r
+  Tuning the sampling point of SDR104 or SDR50 bus speed mode.\r
 \r
   Command SD_SEND_TUNING_BLOCK may be sent up to 40 times until the host finishes the\r
   tuning procedure.\r
@@ -2702,7 +2702,7 @@ SdPeimSetBusMode (
     return EFI_DEVICE_ERROR;\r
   }\r
   //\r
-  // Set to Hight Speed timing\r
+  // Set to High Speed timing\r
   //\r
   if (AccessMode == 1) {\r
     HostCtrl1 = BIT2;\r