diff options
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass/CommonClass.py')
-rw-r--r-- | BaseTools/Source/Python/CommonDataClass/CommonClass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/CommonDataClass/CommonClass.py b/BaseTools/Source/Python/CommonDataClass/CommonClass.py index 336bb11671..33f306c842 100644 --- a/BaseTools/Source/Python/CommonDataClass/CommonClass.py +++ b/BaseTools/Source/Python/CommonDataClass/CommonClass.py @@ -66,7 +66,7 @@ class SkuInfoClass(object): ## Convert the class to a string
#
# Convert each member of the class to string
- # Organize to a signle line format string
+ # Organize to a single line format string
#
# @retval Rtn Formatted String
#
|