]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Workspace/WorkspaceCommon.py
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / Python / Workspace / WorkspaceCommon.py
index ee238e5143378a8f1c34b5c382321ba788a676fd..b79280bc2e839c754eb5a83a69c9997212f93a50 100644 (file)
@@ -247,7 +247,7 @@ def GetModuleLibInstances(Module, Platform, BuildDatabase, Arch, Target, Toolcha
             SortedLibraryList.append(Item)\r
 \r
     #\r
-    # Build the list of constructor and destructir names\r
+    # Build the list of constructor and destructor names\r
     # The DAG Topo sort produces the destructor order, so the list of constructors must generated in the reverse order\r
     #\r
     SortedLibraryList.reverse()\r