summaryrefslogtreecommitdiffstats
path: root/BaseTools/Conf
diff options
context:
space:
mode:
authorAntoine Coeur <Coeur@gmx.fr>2019-02-06 15:44:39 +0800
committerLiming Gao <liming.gao@intel.com>2019-02-14 10:02:28 +0800
commitfb0b35e05f772bd415fe264267bbbcde2e0accda (patch)
tree02a7553984090494ef5236f043fe6b59f619b7d5 /BaseTools/Conf
parent325ad6226099d276564a65cdef012de0ff45ba8e (diff)
downloadedk2-fb0b35e05f772bd415fe264267bbbcde2e0accda.tar.gz
edk2-fb0b35e05f772bd415fe264267bbbcde2e0accda.tar.bz2
edk2-fb0b35e05f772bd415fe264267bbbcde2e0accda.zip
BaseTools: Various typo
Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r--BaseTools/Conf/XMLSchema/DistributionPackage.xsd16
-rwxr-xr-xBaseTools/Conf/build_rule.template4
-rw-r--r--BaseTools/Conf/target.template2
-rwxr-xr-xBaseTools/Conf/tools_def.template8
4 files changed, 15 insertions, 15 deletions
diff --git a/BaseTools/Conf/XMLSchema/DistributionPackage.xsd b/BaseTools/Conf/XMLSchema/DistributionPackage.xsd
index 6e31d2def1..72e3936e31 100644
--- a/BaseTools/Conf/XMLSchema/DistributionPackage.xsd
+++ b/BaseTools/Conf/XMLSchema/DistributionPackage.xsd
@@ -145,7 +145,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<xs:documentation xml:lang="en-us">
The UserExtensions section is used to disseminate processing
instructions that may be custom to the content provided by the distribution. This section
- contains information that is common to all aspects of this disribution.
+ contains information that is common to all aspects of this distribution.
</xs:documentation>
</xs:annotation>
</xs:element>
@@ -328,7 +328,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
important to reflect the present state of the matter
</xs:documentation>
<xs:documentation xml:lang="en-us">
- #2 Added definition/enumeration of UNDEFIND type 2 is
+ #2 Added definition/enumeration of UNDEFINED type 2 is
important since there is a large body of legacy code for which the GUID’s and other
code/data objects were not decorated with their usage. This document will allow for
importing today’s source artifacts and producing decorations using the ‘Undefined’ versus
@@ -696,7 +696,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</xs:sequence>
</xs:complexType>
</xs:element>
- <!-- End of PackageSurfaceArea PackageIncluces element. -->
+ <!-- End of PackageSurfaceArea PackageIncludes element. -->
<xs:element minOccurs="0" maxOccurs="1" name="Modules">
<xs:complexType>
@@ -962,8 +962,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<xs:annotation>
<xs:documentation xml:lang="en-us">
The PCD must be within a
- specifed range of numeric values. Restricted to C style
- Relational, Equality and Logicial Operators and parenthesis
+ specified range of numeric values. Restricted to C style
+ Relational, Equality and Logical Operators and parenthesis
are valid. Only the CName for this PCD is permitted in the
ValidValueRange expression. All other values must be
numeric.
@@ -1006,7 +1006,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<xs:documentation xml:lang="en-us">
This string should be
defined by specifications. There are pre-defined error
- number ranges in the UEFI/PI specificaiton.
+ number ranges in the UEFI/PI specification.
</xs:documentation>
</xs:annotation>
<xs:complexType>
@@ -1452,7 +1452,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<xs:annotation>
<xs:documentation xml:lang="en-us">
The module will change the
- boot mode on some exection paths.
+ boot mode on some execution paths.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
@@ -2835,7 +2835,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
</xs:element>
- <!-- The following elsements are common definitions used with the ref attribute for elements. -->
+ <!-- The following elements are common definitions used with the ref attribute for elements. -->
<xs:element name="HelpText">
<xs:complexType>
diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template
index 2a53d7ed63..760bfae812 100755
--- a/BaseTools/Conf/build_rule.template
+++ b/BaseTools/Conf/build_rule.template
@@ -63,7 +63,7 @@
# $(FV_DIR) Directory to store flash image files
# $(INC) Search path of current module
# $(NASM_INC) Search nasm file path of current module
-# $(INC_LIST) A file containing search pathes of current module
+# $(INC_LIST) A file containing search paths of current module
# $(LIBS) Static library files of current module
# $(<tool>_FLAGS) Tools flags of current module
# $(MODULE_NAME) Current module name
@@ -379,7 +379,7 @@
$(OBJCOPY) --strip-unneeded -R .eh_frame ${src}
#
- #The below 2 lines are only needed for UNIXGCC tool chain, which genereates PE image directly
+ #The below 2 lines are only needed for UNIXGCC tool chain, which generates PE image directly
#
-$(OBJCOPY) $(OBJCOPY_ADDDEBUGFLAG) ${src}
-$(CP) $(DEBUG_DIR)(+)$(MODULE_NAME).debug $(BIN_DIR)(+)$(MODULE_NAME_GUID).debug
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index e5c31fe5a0..155e6c40d2 100644
--- a/BaseTools/Conf/target.template
+++ b/BaseTools/Conf/target.template
@@ -37,7 +37,7 @@ TARGET = DEBUG
# One, or more, of the following, IA32, IPF, X64, EBC, ARM
# or AArch64.
# Multiple values can be specified on a single line, using
-# space charaters to separate the values. These are used
+# space characters to separate the values. These are used
# during the parsing of a platform description file,
# restricting the build output target(s.)
# The Build Target ARCH is determined by (precedence high to low):
diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
index 2bd0982872..1cec8deca2 100755
--- a/BaseTools/Conf/tools_def.template
+++ b/BaseTools/Conf/tools_def.template
@@ -138,7 +138,7 @@ DEFINE ICC_BIN64x86 = C:\Program Files (x86)\Intel\Compiler\C++\DEF(ICC_VERS
# Note: The Intel C++ Compiler 11.1 uses different installation path from previous versions
-# We use "ICC11" tag for ICC 11.1 while "ICC" tag is dedicated for eariler versions
+# We use "ICC11" tag for ICC 11.1 while "ICC" tag is dedicated for earlier versions
#
DEFINE ICC11_VERSION = 11.1
DEFINE ICC11_BUILD = 072
@@ -6507,7 +6507,7 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
*_RVCTCYGWIN_ARM_FROMELF_PATH = ENV(WORKSPACE)/BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py
#################
-# ASM 16 linker defintions
+# ASM 16 linker definitions
#################
*_*_*_ASMLINK_PATH = DEF(WINDDK_BIN16)\link16.exe
*_*_*_ASMLINK_FLAGS = /nologo /tiny
@@ -6547,11 +6547,11 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
##################
# Rsa2048Sha256Sign tool definitions
#
-# Notes: This tool defintion uses a test signing key for development purposes only.
+# Notes: This tool definition uses a test signing key for development purposes only.
# The tool Rsa2048Sha256GenerateKeys can be used to generate a new private/public key
# and the gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer PCD value.
# A custom tool/script can be implemented using the new private/public key with
-# the Rsa2048Sha256Sign tool and this tool defintiion can be updated to use a
+# the Rsa2048Sha256Sign tool and this tool definition can be updated to use a
# custom tool/script.
#
# Generate new private/public key and gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer PCD value