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
@ -3030,7 +3030,7 @@ class ModuleAutoGen(AutoGen):
|
||||
IncPathList = [NormPath(Path, self.Macros) for Path in BuildOptIncludeRegEx.findall(FlagOption)]
|
||||
else:
|
||||
#
|
||||
# RVCT may specify a list of directory seperated by commas
|
||||
# RVCT may specify a list of directory separated by commas
|
||||
#
|
||||
IncPathList = []
|
||||
for Path in BuildOptIncludeRegEx.findall(FlagOption):
|
||||
@ -3994,7 +3994,7 @@ class ModuleAutoGen(AutoGen):
|
||||
#
|
||||
@cached_class_function
|
||||
def CreateMakeFile(self, CreateLibraryMakeFile=True, GenFfsList = []):
|
||||
# nest this function inside it's only caller.
|
||||
# nest this function inside its only caller.
|
||||
def CreateTimeStamp():
|
||||
FileSet = {self.MetaFile.Path}
|
||||
|
||||
|
Reference in New Issue
Block a user