diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-07-31 14:57:36 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-07-31 14:58:14 +0300 |
commit | 3a2fb201a52367286d25bede4612c73b6a1cd4b9 (patch) | |
tree | 1376c42751e8a731057dc13182cbdf0820a391c9 /py/makeqstrdata.py | |
parent | a95b06fc6b8adefa91303039cff0a35d3ae45d5a (diff) | |
download | micropython-3a2fb201a52367286d25bede4612c73b6a1cd4b9.tar.gz micropython-3a2fb201a52367286d25bede4612c73b6a1cd4b9.zip |
makeqstrdata.py: Typo fix in comment.
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r-- | py/makeqstrdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index 234e65d46f..8100842b4c 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -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('') |