diff options
Diffstat (limited to 'BaseTools/Source/Python/Ecc/MetaDataParser.py')
-rw-r--r-- | BaseTools/Source/Python/Ecc/MetaDataParser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Ecc/MetaDataParser.py b/BaseTools/Source/Python/Ecc/MetaDataParser.py index 4594716886..aab2e92ea7 100644 --- a/BaseTools/Source/Python/Ecc/MetaDataParser.py +++ b/BaseTools/Source/Python/Ecc/MetaDataParser.py @@ -18,7 +18,7 @@ from Ecc.EccToolError import * from Common.MultipleWorkspace import MultipleWorkspace as mws
from Ecc import EccGlobalData
import re
-## Get the inlcude path list for a source file
+## Get the include path list for a source file
#
# 1. Find the source file belongs to which inf file
# 2. Find the inf's package
|