aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-01-03 13:25:10 -0700
committerMark Lobodzinski <mark@lunarg.com>2017-01-11 07:26:37 -0700
commit6be92ba0b51d2c9e4f267344c9aa6f5bba0fca41 (patch)
treeee40e6d13e4574fbd0d01f2085cd913a44dabc03 /scripts
parentfec94379752170d5810f3e3c9f18a9fa17af929c (diff)
downloadusermoji-6be92ba0b51d2c9e4f267344c9aa6f5bba0fca41.tar.xz
scripts: Update comments in helper generator
Change-Id: Ie4171bb18ff499e54bdbd8ff7237e7026e6cf3e9
Diffstat (limited to 'scripts')
-rw-r--r--scripts/helper_file_generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/helper_file_generator.py b/scripts/helper_file_generator.py
index f4b230e0..1c958a68 100644
--- a/scripts/helper_file_generator.py
+++ b/scripts/helper_file_generator.py
@@ -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()