diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-06 17:49:21 +0200 |
---|---|---|
committer | John R. Lenton <jlenton@gmail.com> | 2014-01-07 22:51:08 +0000 |
commit | 24507aff7d8a4580ac35d87d8fc762858691c88c (patch) | |
tree | 850e1de4295f3863b8e580c873625245326f63b7 /py | |
parent | af61a1a4923924b9868d488e2e76126a9fc14069 (diff) | |
download | micropython-24507aff7d8a4580ac35d87d8fc762858691c88c.tar.gz micropython-24507aff7d8a4580ac35d87d8fc762858691c88c.zip |
Typo fix in comment.
Diffstat (limited to 'py')
-rw-r--r-- | py/emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * is not known until the end of pass 1. * As a consequence, we don't know the maximum stack size until the end of pass 2. * This is problematic for some emitters (x64) since they need to know the maximum - * stack size to compile the entry to the function, and this effects code size. + * stack size to compile the entry to the function, and this affects code size. */ typedef enum { |