We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95b06f commit 3a2fb20Copy full SHA for 3a2fb20
py/makeqstrdata.py
@@ -84,7 +84,7 @@ def do_work(infiles):
84
cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH'])
85
cfg_max_len = 1 << (8 * cfg_bytes_len)
86
87
- # print out the starte of the generated C header file
+ # print out the starter of the generated C header file
88
print('// This file was automatically generated by makeqstrdata.py')
89
print('')
90
0 commit comments