]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/Crc32.h
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Common / Crc32.h
index 81461717d1c77f40302425732d04163e9f395361..52072ee3246958728ff650d07e3fed2baa307a0c 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
-Header file for CalcuateCrc32 routine\r
+Header file for CalculateCrc32 routine\r
 \r
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -31,7 +31,7 @@ Routine Description:
 \r
 Arguments:\r
 \r
-  Data        - The buffer contaning the data to be processed\r
+  Data        - The buffer containing the data to be processed\r
   DataSize    - The size of data to be processed\r
   CrcOut      - A pointer to the caller allocated UINT32 that on\r
                 contains the CRC32 checksum of Data\r