aboutsummaryrefslogtreecommitdiff
path: root/py/emit.h
diff options
context:
space:
mode:
authorDamien George2014-01-06 22:13:45 +0000
committerDamien George2014-01-06 22:13:45 +0000
commit8b1b59c28e2b5de285a5ca31e7e3abb93213732b (patch)
tree9d9b88d4785202307f411728a2f66bf98ee6c875 /py/emit.h
parente2e3d11e8744395d3103b824adc8609b13f2cdba (diff)
parentfe039b4f4fa70ce9193cbc5389203186eea96537 (diff)
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'py/emit.h')
-rw-r--r--py/emit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/emit.h b/py/emit.h
index ea6573103..66e87fd4c 100644
--- a/py/emit.h
+++ b/py/emit.h
@@ -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 {