Chromium Code Reviews| Index: runtime/vm/stub_code_ia32.cc |
| =================================================================== |
| --- runtime/vm/stub_code_ia32.cc (revision 22334) |
| +++ runtime/vm/stub_code_ia32.cc (working copy) |
| @@ -1868,7 +1868,7 @@ |
| } |
| -// Return the current stack pointer address, used to stack alignment |
| +// Return the current stack pointer address, used to do stack alignment |
| // checks. |
|
regis
2013/05/02 22:32:40
'for' or 'to do', your pick :-)
|
| // TOS + 0: return address |
| // Result in EAX. |