Skip to content
Snippets Groups Projects
Commit 3a2fb201 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

makeqstrdata.py: Typo fix in comment.

parent a95b06fc
Branches
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ def do_work(infiles): ...@@ -84,7 +84,7 @@ def do_work(infiles):
cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH']) cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH'])
cfg_max_len = 1 << (8 * cfg_bytes_len) cfg_max_len = 1 << (8 * cfg_bytes_len)
# print out the starte of the generated C header file # print out the starter of the generated C header file
print('// This file was automatically generated by makeqstrdata.py') print('// This file was automatically generated by makeqstrdata.py')
print('') print('')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment