FmpDevicePkg: Fix various typos
Fix one typo in FmpDevicePkg. Signed-off-by: Cœur <coeur@gmx.fr> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
This commit is contained in:
committed by
Chasel Chiu
parent
8a842b31b9
commit
f527942e6b
@@ -535,7 +535,7 @@ EndList
|
||||
Offset = 0
|
||||
else:
|
||||
if DscLine.startswith('!'):
|
||||
print("ERROR: Unrecoginized directive for line '%s'" % DscLine)
|
||||
print("ERROR: Unrecognized directive for line '%s'" % DscLine)
|
||||
raise SystemExit
|
||||
if not Handle:
|
||||
continue
|
||||
|
@@ -160,7 +160,7 @@ class Symbols:
|
||||
#
|
||||
def createDicts (self, fvDir, fvNames):
|
||||
#
|
||||
# If the fvDir is not a dirctory, then raise an exception
|
||||
# If the fvDir is not a directory, then raise an exception
|
||||
#
|
||||
if not os.path.isdir(fvDir):
|
||||
raise Exception ("'%s' is not a valid directory!" % FvDir)
|
||||
|
@@ -213,7 +213,7 @@ in the third.
|
||||
```@Bsf NAME:{Variable 1} TYPE:{Combo}```
|
||||
|
||||
There is a special **None** type that puts the variable in the **StructDef**
|
||||
region of the BSF, but doesn?t put it in any **Page** section. This makes the
|
||||
region of the BSF, but doesn't put it in any **Page** section. This makes the
|
||||
variable visible to BCT, but not to the end user.
|
||||
|
||||
###HELP
|
||||
|
@@ -30,7 +30,7 @@ FSP tree.
|
||||
|
||||
The example used contains Windows batch script %VARIABLES%.
|
||||
|
||||
#FvFileBaseNames (Argument 2: 0ptional Part 1)
|
||||
#FvFileBaseNames (Argument 2: Optional Part 1)
|
||||
The firmware volume file base names (**_FvFileBaseNames_**) are the independent
|
||||
Fv?s that are to be patched within the FD. (0 or more in the form
|
||||
**FVFILEBASENAME:**) The colon **:** is used for delimiting the single
|
||||
|
Reference in New Issue
Block a user