X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FCommon%2FCrc32.h;h=52072ee3246958728ff650d07e3fed2baa307a0c;hp=766f44390854a255138df10e8fe0b77e67f98377;hb=fb0b35e05f772bd415fe264267bbbcde2e0accda;hpb=f7496d717357b9af78414d19679b073403812340 diff --git a/BaseTools/Source/C/Common/Crc32.h b/BaseTools/Source/C/Common/Crc32.h index 766f443908..52072ee324 100644 --- a/BaseTools/Source/C/Common/Crc32.h +++ b/BaseTools/Source/C/Common/Crc32.h @@ -1,5 +1,5 @@ /** @file -Header file for CalcuateCrc32 routine +Header file for CalculateCrc32 routine Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials @@ -31,7 +31,7 @@ Routine Description: Arguments: - Data - The buffer contaning the data to be processed + Data - The buffer containing the data to be processed DataSize - The size of data to be processed CrcOut - A pointer to the caller allocated UINT32 that on contains the CRC32 checksum of Data