]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Configuration.py
BaseTools:ECC need to handle lower case 'static'
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Configuration.py
index 57ae932ed2595423369734feb2fad1f07e8f30a6..9d9feaca5eb6a01908e5d1d87fca10fa72dbdccb 100644 (file)
@@ -256,7 +256,7 @@ class Configuration(object):
         ## Declarations and Data Types Checking\r
         self.DeclarationDataTypeCheckAll = 0\r
 \r
-        # Check whether no use of int, unsigned, char, void, static, long in any .c, .h or .asl files.\r
+        # Check whether no use of int, unsigned, char, void, long in any .c, .h or .asl files.\r
         self.DeclarationDataTypeCheckNoUseCType = 1\r
         # Check whether the modifiers IN, OUT, OPTIONAL, and UNALIGNED are used only to qualify arguments to a function and should not appear in a data type declaration\r
         self.DeclarationDataTypeCheckInOutModifier = 1\r