mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
BaseTools: fix various typos
This commit is the first in a series of multiple commits to fix various typos in the code, originating mostly from copy&paste over the years. Most of them only affect documentation and not code. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
parent
a057414566
commit
e0184abff1
2 changed files with 3 additions and 3 deletions
|
|
@ -1850,7 +1850,7 @@ class ModuleAutoGen(AutoGen):
|
|||
if lines:
|
||||
DependencyFileSet.update(lines)
|
||||
|
||||
# Caculate all above dependency files hash
|
||||
# Calculate all above dependency files hash
|
||||
# Initialze hash object
|
||||
FileList = []
|
||||
m = hashlib.md5()
|
||||
|
|
@ -1905,7 +1905,7 @@ class ModuleAutoGen(AutoGen):
|
|||
DependencyFileSet.update(rt)
|
||||
|
||||
|
||||
# Caculate all above dependency files hash
|
||||
# Calculate all above dependency files hash
|
||||
# Initialze hash object
|
||||
FileList = []
|
||||
m = hashlib.md5()
|
||||
|
|
|
|||
|
|
@ -1588,7 +1588,7 @@ class DscBuildData(PlatformBuildClassObject):
|
|||
S_pcd_set = DscBuildData.OverrideByFdf(S_pcd_set,self.WorkspaceDir)
|
||||
S_pcd_set = DscBuildData.OverrideByComm(S_pcd_set)
|
||||
|
||||
# Create a tool to caculate structure pcd value
|
||||
# Create a tool to calculate structure pcd value
|
||||
Str_Pcd_Values = self.GenerateByteArrayValue(S_pcd_set)
|
||||
|
||||
if Str_Pcd_Values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue