summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Common/Crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/Crc32.h')
-rw-r--r--BaseTools/Source/C/Common/Crc32.h4
1 files changed, 2 insertions, 2 deletions
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.<BR>
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