diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-06 17:49:21 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-06 17:54:34 +0200 |
commit | fe039b4f4fa70ce9193cbc5389203186eea96537 (patch) | |
tree | 0fb78f442a04eb09a8c8f27778d86dd83895142c | |
parent | e5ee1693ad6238846f2ccf495b67a3dc06ffa277 (diff) | |
download | micropython-fe039b4f4fa70ce9193cbc5389203186eea96537.tar.gz micropython-fe039b4f4fa70ce9193cbc5389203186eea96537.zip |
Typo fix in comment.
-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 { |