makeqstrdata.py: Typo fix in comment.

pull/1401/merge
Paul Sokolovsky 2015-07-31 14:57:36 +03:00
rodzic a95b06fc6b
commit 3a2fb201a5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -84,7 +84,7 @@ def do_work(infiles):
cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH'])
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('')