]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/ReadOnlyVariable2.h
Fix parameter name in function header.
[mirror_edk2.git] / MdePkg / Include / Ppi / ReadOnlyVariable2.h
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