scripts: Update comments in helper generator
authorMark Lobodzinski <mark@lunarg.com>
Tue, 3 Jan 2017 20:25:10 +0000 (13:25 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Wed, 11 Jan 2017 14:26:37 +0000 (07:26 -0700)
Change-Id: Ie4171bb18ff499e54bdbd8ff7237e7026e6cf3e9

scripts/helper_file_generator.py

index f4b230e095e4da99b8e70f3b67d2d2a016aa0923..1c958a68839af5c1d00f74438a8c8e86f947da9f 100644 (file)
@@ -68,7 +68,7 @@ class HelperFileOutputGeneratorOptions(GeneratorOptions):
 #
 # HelperFileOutputGenerator - subclass of OutputGenerator. Outputs Vulkan helper files
 class HelperFileOutputGenerator(OutputGenerator):
-    """Generate Windows def file based on XML element attributes"""
+    """Generate helper file based on XML element attributes"""
     def __init__(self,
                  errFile = sys.stderr,
                  warnFile = sys.stderr,
@@ -130,7 +130,7 @@ class HelperFileOutputGenerator(OutputGenerator):
         copyright += ' ****************************************************************************/\n'
         write(copyright, file=self.outFile)
     #
-    # Write generate and write def file content to output file
+    # Write generated file content to output file
     def endFile(self):
         dest_file = ''
         dest_file += self.OutputDestFile()