mirror of https://github.com/acidanthera/audk.git
Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Guo Dong <dong.guo@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13893 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f6d5cbe7db
commit
73a324f801
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
GUID for UEFI WIN_CERTIFICATE structure.
|
GUID for UEFI WIN_CERTIFICATE structure.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -74,7 +74,7 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
///
|
///
|
||||||
/// This is the standard WIN_CERTIFICATE header, where
|
/// This is the standard WIN_CERTIFICATE header, where
|
||||||
/// wCertificateType is set to WIN_CERT_TYPE_UEFI_GUID.
|
/// wCertificateType is set to WIN_CERT_TYPE_EFI_GUID.
|
||||||
///
|
///
|
||||||
WIN_CERTIFICATE Hdr;
|
WIN_CERTIFICATE Hdr;
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue