Skip to content

Commit

Permalink
Fix sources metadata comment field
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jan 2, 2017
1 parent 4180966 commit f7a4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genbuiltins.py
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,7 @@ def main():
'plain': t1, 'base64': t2, 'define': s['define']
})
meta = {
'comment': 'Metadata for Duktape build',
'comment': 'Metadata for Duktape sources',
'duk_version': ver,
'duk_version_string': '%d.%d.%d' % (ver / 10000, (ver / 100) % 100, ver % 100),
'git_commit': build_info['git_commit'],
Expand Down

0 comments on commit f7a4858

Please sign in to comment.