X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FVariable%2FPei%2FVariable.c;h=8e4a5cbea7215332b784b88312d9c813a29196bf;hp=8ceebedd15bcde99af2a82e2ec452b6e506876f4;hb=5a9403b8f38db18924e73d73b0d1f54b4d10cdf6;hpb=a09ee46d9a258ef08a931c0d412c62c98dbdb8aa diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.c b/MdeModulePkg/Universal/Variable/Pei/Variable.c index 8ceebedd15..8e4a5cbea7 100644 --- a/MdeModulePkg/Universal/Variable/Pei/Variable.c +++ b/MdeModulePkg/Universal/Variable/Pei/Variable.c @@ -3,7 +3,7 @@ Implement ReadOnly Variable Services required by PEIM and install PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space. -Copyright (c) 2006 - 2008 Intel Corporation.
+Copyright (c) 2006 - 2009 Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -592,7 +592,7 @@ PeiGetVariable ( @param VariableNameSize On entry, points to the size of the buffer pointed to by VariableName. @param VariableName On entry, a pointer to a null-terminated string that is the variable's name. On return, points to the next variable's null-terminated name string. - @param VariableGuid On entry, a pointer to an UEFI _GUID that is the variable's GUID. + @param VendorGuid On entry, a pointer to an EFI_GUID that is the variable's GUID. On return, a pointer to the next variable's GUID. @retval EFI_SUCCESS The variable was read successfully.