]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/BPDG/GenVpd.py
BaseTools: Fix various typos
[mirror_edk2.git] / BaseTools / Source / Python / BPDG / GenVpd.py
index 887a0c4a1f5a3a39a3a5b9ccc6dd2ef48c953a23..049c082f40e2c74c7236205be6e42269fc544136 100644 (file)
@@ -312,7 +312,7 @@ class GenVPD :
 \r
     ##\r
     # Parser the input file which is generated by the build tool. Convert the value of each pcd's\r
-    # from string to it's real format. Also remove the useless line in the input file.\r
+    # from string to its real format. Also remove the useless line in the input file.\r
     #\r
     def ParserInputFile (self):\r
         count = 0\r
@@ -483,7 +483,7 @@ class GenVPD :
         self.PcdFixedOffsetSizeList.sort(key=lambda x: x.PcdBinOffset)\r
 \r
         #\r
-        # Sort the un-fixed pcd's offset by it's size.\r
+        # Sort the un-fixed pcd's offset by its size.\r
         #\r
         self.PcdUnknownOffsetList.sort(key=lambda x: x.PcdBinSize)\r
 \r
@@ -605,7 +605,7 @@ class GenVPD :
             # Usually it will not enter into this thunk, if so, means it overlapped.\r
             else :\r
                 EdkLogger.error("BPDG", BuildToolError.ATTRIBUTE_NOT_AVAILABLE,\r
-                                "The offset value definition has overlapped at pcd: %s, it's offset is: %s, in file: %s line: %s" % \\r
+                                "The offset value definition has overlapped at pcd: %s, its offset is: %s, in file: %s line: %s" % \\r
                                 (eachFixedPcd.PcdCName, eachFixedPcd.PcdOffset, eachFixedPcd.InputFileName, eachFixedPcd.Lineno),\r
                                 None)\r
                 FixOffsetSizeListCount += 1\r