diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-04 08:39:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-04 08:39:25 +0000 |
commit | 44770e59103d2d6d2212c5e9db8fe1371d4a177c (patch) | |
tree | c59c0bf42d74d16339d86c903c1acf64d760c56e | |
parent | f6b7393ceb34c9b3a27434268bf2ce517047641f (diff) | |
download | edk2-platforms-44770e59103d2d6d2212c5e9db8fe1371d4a177c.tar.xz |
fixed typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9392 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/Guid/CapsuleVendor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h index 946025d441..b25a37fda0 100644 --- a/MdeModulePkg/Include/Guid/CapsuleVendor.h +++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h @@ -6,7 +6,7 @@ The capsule HOB and variable can be used to store the capsule image start address and length.
They are used by EDKII implementation of capsule update across a system reset.
- @par Note: EDKII implementation of capsule updating has obsolted this capsule GUID HOB data
+ @par Note: EDKII implementation of capsule updating has discarded this capsule GUID HOB data
structur and used one UEFI Capsule HOB (defined in PI Specification 1.2) instead.
Copyright (c) 2006 - 2009, Intel Corporation
@@ -40,7 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ///
/// Data structure of capsule guid hob entry
-/// Note: EDKII implementation has obsoleted this structure and used
+/// Note: EDKII implementation has discarded this structure and used
/// UEFI_CAPSULE_HOB instead.
///
typedef struct {
|