X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FBus%2FSd%2FEmmcBlockIoPei%2FEmmcHcMem.c;h=0708fab047ca35a6a435ec79cee79f2cc7798804;hb=2048c585b46d240d76e3097917cbbfe43a7be88e;hp=073af16dcbcd79de0ae3bbe6f1b37381d92014a0;hpb=241993480e8e9ff4526e206ba8e4fa97e695ed4a;p=mirror_edk2.git diff --git a/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c b/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c index 073af16dcb..0708fab047 100644 --- a/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c +++ b/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -424,7 +424,7 @@ EmmcPeimFreeMem ( Bit = ((ToFree - Block->Buf) / EMMC_PEIM_MEM_UNIT) % 8; // - // reset associated bits in bit arry + // reset associated bits in bit array // for (Count = 0; Count < (AllocSize / EMMC_PEIM_MEM_UNIT); Count++) { ASSERT (EMMC_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit));