]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix parameter name in function header.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Nov 2009 15:12:11 +0000 (15:12 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Nov 2009 15:12:11 +0000 (15:12 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9439 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Variable/Pei/Variable.c
MdePkg/Include/Ppi/ReadOnlyVariable2.h

index 8e4a5cbea7215332b784b88312d9c813a29196bf..b2fa201c74d9ec729da327762be3879149f10413 100644 (file)
@@ -592,7 +592,7 @@ PeiGetVariable (
   @param  VariableNameSize  On entry, points to the size of the buffer pointed to by VariableName.\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
-  @param  VendorGuid        On entry, a pointer to an EFI_GUID that is the variable's GUID. \r
+  @param  VariableGuid      On entry, a pointer to an EFI_GUID that is the variable's GUID. \r
                             On return, a pointer to the next variable's GUID.\r
 \r
   @retval EFI_SUCCESS           The variable was read successfully.\r
index 23de911989b8aa712b892d8234500bb0e652d02f..d99d5af04772f99167ccc533abbd2e67e2f89a89 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI  EFI_PEI_READ_ONLY_VARIABLE2_PPI
 \r
   @param  This                  A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
   @param  VariableName          A pointer to a null-terminated string that is the variable's name.\r
-  @param  VendorGuid            A pointer to an EFI_GUID that is the variable's GUID. The combination of\r
+  @param  VariableGuid          A pointer to an EFI_GUID that is the variable's GUID. The combination of\r
                                 VariableGuid and VariableName must be unique.\r
   @param  Attributes            If non-NULL, on return, points to the variable's attributes.\r
   @param  DataSize              On entry, points to the size in bytes of the Data buffer.\r
@@ -79,7 +79,7 @@ EFI_STATUS
   @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
-  @param  VendorGuid        On entry, a pointer to an EFI_GUID that is the variable's GUID. \r
+  @param  VariableGuid      On entry, a pointer to an EFI_GUID that is the variable's GUID. \r
                             On return, a pointer to the next variable's GUID.\r
 \r
   @retval EFI_SUCCESS           The variable was read successfully.\r