]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine parameter description according to PI 1.2 errata A.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Feb 2010 08:56:52 +0000 (08:56 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Feb 2010 08:56:52 +0000 (08:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10110 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ppi/ReadOnlyVariable2.h

index d99d5af04772f99167ccc533abbd2e67e2f89a89..29b28fb9a4aac645f4e73c86725d21555f21ba2e 100644 (file)
@@ -2,7 +2,7 @@
   This file declares Read-only Variable Service2 PPI.\r
   This ppi permits read-only access to the UEFI variable store during the PEI phase.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2010, 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
@@ -76,6 +76,7 @@ EFI_STATUS
   @param  This              A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
 \r
   @param  VariableNameSize  On entry, points to the size of the buffer pointed to by VariableName.\r
+                            On return, the size of the variable name buffer.\r
   @param  VariableName      On entry, a pointer to a null-terminated string that is the variable's name.\r
                             On return, points to the next variable's null-terminated name string.\r
 \r