Skip to content

Commit 3a2fb20

Browse files
committed
makeqstrdata.py: Typo fix in comment.
1 parent a95b06f commit 3a2fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/makeqstrdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def do_work(infiles):
8484
cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH'])
8585
cfg_max_len = 1 << (8 * cfg_bytes_len)
8686

87-
# print out the starte of the generated C header file
87+
# print out the starter of the generated C header file
8888
print('// This file was automatically generated by makeqstrdata.py')
8989
print('')
9090

0 commit comments

Comments
 (0)