summaryrefslogtreecommitdiff
path: root/SignedCapsulePkg/SignedCapsulePkg.dec
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:22 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit582b6cdd08e2f91e5a92acf9c63837b6ed8774e8 (patch)
tree18ef8743171869d935732796c6ac12900e4f37f9 /SignedCapsulePkg/SignedCapsulePkg.dec
parentf16bd39441b9bdb112e9ee885e979f60f77430db (diff)
downloadedk2-582b6cdd08e2f91e5a92acf9c63837b6ed8774e8.zip
edk2-582b6cdd08e2f91e5a92acf9c63837b6ed8774e8.tar.gz
edk2-582b6cdd08e2f91e5a92acf9c63837b6ed8774e8.tar.bz2
SignedCapsulePkg: Fix various typos
Fix various typos in comments and documentation. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-70-philmd@redhat.com>
Diffstat (limited to 'SignedCapsulePkg/SignedCapsulePkg.dec')
-rw-r--r--SignedCapsulePkg/SignedCapsulePkg.dec4
1 files changed, 2 insertions, 2 deletions
diff --git a/SignedCapsulePkg/SignedCapsulePkg.dec b/SignedCapsulePkg/SignedCapsulePkg.dec
index 3492de6..04dbf62 100644
--- a/SignedCapsulePkg/SignedCapsulePkg.dec
+++ b/SignedCapsulePkg/SignedCapsulePkg.dec
@@ -53,7 +53,7 @@
[PcdsDynamicEx]
## This dynamic PCD holds the EDKII system firmware image descriptor.
# This information can be used for version check in EDKII system FMP capsule.
- # Only if the new EdkiiSystemFrimwareImageDescriptor.Version is not less than
+ # Only if the new EdkiiSystemFirmwareImageDescriptor.Version is not less than
# the current PcdEdkiiSystemFirmwareImageDescriptor.LowestSupportedVersion,
# the EDKII system FmpCapsule will be processed.
# The data structure of this PCD is EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR,
@@ -65,7 +65,7 @@
## This dynamic PCD hold the GUID of a firmware FFS which includes EDKII
# system firmware image.
- # An EDKII system firmware udpate module need consume this PCD to extract
+ # An EDKII system firmware update module need consume this PCD to extract
# the EDKII system firmware from the capsule image.
# It must be in [PcdsDynamicEx], because the EDKII system firmware update module may
# consume the PCD produced in current system firmware image.