]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.h
comp - add comments and add input verification
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Compress.h
index 29f0a53fe34b0ff2fdfb0f6c0fb028895b07ec56..64e339cf973a0000d2b0f2e7011ccfaa5d246ded 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Header file for compression routine.\r
 \r
-  Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2011, 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
@@ -19,7 +19,7 @@
   The compression routine.\r
 \r
   @param[in]      SrcBuffer     The buffer containing the source data.\r
-  @param[in]      SrcSizae      Number of bytes in SrcBuffer.\r
+  @param[in]      SrcSiz      Number of bytes in SrcBuffer.\r
   @param[in]      DstBuffer     The buffer to put the compressed image in.\r
   @param[in,out]  DstSize       On input the size (in bytes) of DstBuffer, on\r
                                 return the number of bytes placed in DstBuffer.\r