From ed356b9e80d46c40457dd90f5352835e6611200b Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:22 +0800 Subject: MdeModulePkg/Bus: Fix typos in comments - TURE -> TRUE - stoping -> stopping - doule -> double - Peroidic -> Periodic - stardard -> standard - a a -> a - reseting -> resetting - excute -> execute - connectted -> connected - Sumbit -> Submit Cc: Feng Tian Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Feng Tian Reviewed-by: Star Zeng --- MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Bus/Pci/EhciPei') diff --git a/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h b/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h index 74037769a4..d7a68d9095 100644 --- a/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h +++ b/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h @@ -66,13 +66,13 @@ typedef struct _PEI_USB2_HC_DEV PEI_USB2_HC_DEV; #define EHC_SYNC_POLL_INTERVAL (6 * EHC_1_MILLISECOND) // -//Iterate through the doule linked list. NOT delete safe +//Iterate through the double linked list. NOT delete safe // #define EFI_LIST_FOR_EACH(Entry, ListHead) \ for(Entry = (ListHead)->ForwardLink; Entry != (ListHead); Entry = Entry->ForwardLink) // -//Iterate through the doule linked list. This is delete-safe. +//Iterate through the double linked list. This is delete-safe. //Don't touch NextEntry // #define EFI_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ @@ -119,7 +119,7 @@ struct _PEI_USB2_HC_DEV { PEI_EHC_QH *ReclaimHead; // - // Peroidic (interrupt) transfer schedule data: + // Periodic (interrupt) transfer schedule data: // VOID *PeriodFrame; // Mapped as common buffer VOID *PeriodFrameHost; -- cgit v1.2.3