diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-14 02:20:06 +0800 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-14 02:20:35 +0800 |
| commit | 089c3f321e1bfe86864b6d4b2ac91074ea282c54 (patch) | |
| tree | defe7f2086df2b95facda7af633a358100eeafb7 /py/asmx64.c | |
| parent | 99f3f6b5de567c1bdf04259d2c8322681755c732 (diff) | |
py/asm*.c: Typo fixes in comments.
Diffstat (limited to 'py/asmx64.c')
| -rw-r--r-- | py/asmx64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmx64.c b/py/asmx64.c index 39f060d38..ff1ffbed3 100644 --- a/py/asmx64.c +++ b/py/asmx64.c @@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) { // - numbered 0 through as->num_locals-1 // - RBP points above the last local // -// | RPB +// | RBP // v // l0 l1 l2 ... l(n-1) // ^ ^ |
