BaseTools: Fix various typos
Fix various typos in BaseTools. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
committed by
Feng, Bob C
parent
d031fc07eb
commit
2d53d54a5b
@@ -166,7 +166,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
Package.
|
||||
</xs:documentation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
Each Distribution Package is uniquely identified by it's
|
||||
Each Distribution Package is uniquely identified by its
|
||||
GUID and Version number.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
@@ -363,7 +363,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
Modules.
|
||||
</xs:documentation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
Each package is uniquely identified by it's GUID and Version number.
|
||||
Each package is uniquely identified by its GUID and Version number.
|
||||
Backward compatible releases of a package need only change the version number, while non-backward
|
||||
compatible changes require the GUID to change (resetting the version number to 1.0 is optional.)
|
||||
</xs:documentation>
|
||||
@@ -1168,7 +1168,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
<xs:element name="ModuleSurfaceArea">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
Each module is uniquely identified by it's GUID and Version number.
|
||||
Each module is uniquely identified by its GUID and Version number.
|
||||
Backward compatible releases of a module need only change the version number, while non-backward
|
||||
compatible changes require the GUID to change (resetting the version number to 1.0 is optional.)
|
||||
</xs:documentation>
|
||||
@@ -3092,7 +3092,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
<xs:documentation xml:lang="en-us">
|
||||
The Patch PCD is a #define that is set at build time, and that
|
||||
can be modified within a binary file. Additional information, such as the offset location of the
|
||||
value, along with it's length may need to be provided.
|
||||
value, along with its length may need to be provided.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:enumeration>
|
||||
|
Reference in New Issue
Block a user