diff options
Diffstat (limited to 'BaseTools/Source/Python/GenFds/Fv.py')
-rw-r--r-- | BaseTools/Source/Python/GenFds/Fv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/GenFds/Fv.py b/BaseTools/Source/Python/GenFds/Fv.py index 2ae991128a..06d853b607 100644 --- a/BaseTools/Source/Python/GenFds/Fv.py +++ b/BaseTools/Source/Python/GenFds/Fv.py @@ -262,7 +262,7 @@ class FV (object): ## _InitializeInf()
#
- # Initilize the inf file to create FV
+ # Initialize the inf file to create FV
#
# @param self The object pointer
# @param BaseAddress base address of FV
|