X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUsbHcMem.c;h=301a2eca215d49fa354cab2664713614b7f66953;hp=074451d9b31d853cef2e2fc4b03d0de61021b06c;hb=2048c585b46d240d76e3097917cbbfe43a7be88e;hpb=aa91de055c5e15a716f3a0ce6bf5a1c28fda9e56 diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c b/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c index 074451d9b3..301a2eca21 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c @@ -2,8 +2,8 @@ The routine procedure for uhci memory allocate/free. -Copyright (c) 2007 - 2010, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -532,7 +532,7 @@ UsbHcFreeMem ( Bit = ((ToFree - Block->Buf) / USBHC_MEM_UNIT) % 8; // - // reset associated bits in bit arry + // reset associated bits in bit array // for (Count = 0; Count < (AllocSize / USBHC_MEM_UNIT); Count++) { ASSERT (USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));