]> 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 e598a916a01d77c82c630282d22707ce381faed7..52072ee3246958728ff650d07e3fed2baa307a0c 100644 (file)
@@ -1,22 +1,15 @@
 /** @file\r
+Header file for CalculateCrc32 routine\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation                                                         \r
-All rights reserved. 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
-Module Name:\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
-  Crc32.h\r
-\r
-Abstract:\r
-\r
-  Header file for CalcuateCrc32 routine\r
-  \r
 **/\r
 \r
 #ifndef _CRC32_H\r
@@ -38,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