]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/entity/CommonDefinition.java
Fix the bug that using hardcode driver name to judge whether current driver is PCD...
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / entity / CommonDefinition.java
index aef640c60821e5f430a4bb67e40d0ce19c304bf0..3cd272f719c5b1891c50916361737149fb2d4447 100644 (file)
@@ -239,7 +239,7 @@ public class CommonDefinition {
           (componentType < CommonDefinition.ComponentTypeNull)) {\r
         return null;\r
       }\r
-      for (int index = 0; index < CommonDefinition.componentEnum.length; index ++) {\r
+      for (int index = 0; index < CommonDefinition.componentEnum.length; index++) {\r
         if (componentType == CommonDefinition.componentEnum[index].type) {\r
           return CommonDefinition.componentEnum[index].moduleTypeStr;\r
         }\r
@@ -316,7 +316,7 @@ public class CommonDefinition {
             return guid;\r
         } else {\r
             System.out\r
-                    .println("Check GUID Value, it don't conform to the schema!!!");\r
+                    .println("Check GUID Value, it doesn't conform to the registry format specified by the schema!!!");\r
             return "0";\r
 \r
         }\r
@@ -350,4 +350,4 @@ public class CommonDefinition {
         return desList;\r
     }\r
 \r
-}
\ No newline at end of file
+}\r