MdePkg/IndustryStandard: Fix various typos

Fix various typos in comments and documentation.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-24-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:36 +01:00
committed by mergify[bot]
parent 0dbaba4239
commit b219e2cd4c
19 changed files with 64 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
/** @file
ElTorito Partitions Format Definition.
This file includes some defintions from
This file includes some definitions from
1. "El Torito" Bootable CD-ROM Format Specification, Version 1.0.
2. Volume and File Structure of CDROM for Information Interchange,
Standard ECMA-119. (IS0 9660)
@@ -75,7 +75,7 @@ typedef union {
} BootRecordVolume;
///
/// Primary Volumn Descriptor, defined in ISO 9660.
/// Primary Volume Descriptor, defined in ISO 9660.
///
struct {
UINT8 Type;