]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Fix various typos
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / AutoGen.py
index e8e09dc8a3660e7543d524ec068623dd4a955359..a2077c551608e77ed13d5ea5a9278efe2e1029a8 100644 (file)
@@ -3030,7 +3030,7 @@ class ModuleAutoGen(AutoGen):
                 IncPathList = [NormPath(Path, self.Macros) for Path in BuildOptIncludeRegEx.findall(FlagOption)]\r
             else:\r
                 #\r
-                # RVCT may specify a list of directory seperated by commas\r
+                # RVCT may specify a list of directory separated by commas\r
                 #\r
                 IncPathList = []\r
                 for Path in BuildOptIncludeRegEx.findall(FlagOption):\r
@@ -3994,7 +3994,7 @@ class ModuleAutoGen(AutoGen):
     #\r
     @cached_class_function\r
     def CreateMakeFile(self, CreateLibraryMakeFile=True, GenFfsList = []):\r
-        # nest this function inside it's only caller.\r
+        # nest this function inside its only caller.\r
         def CreateTimeStamp():\r
             FileSet = {self.MetaFile.Path}\r
 \r