Changeset 66202 in webkit for trunk/JavaScriptCore/bytecode


Ignore:
Timestamp:
Aug 27, 2010, 4:22:49 AM (15 years ago)
Author:
[email protected]
Message:

2010-08-27 Xan Lopez <[email protected]>

Reviewed by Tor Arne Vestbø.

Fix a couple of typos in comment.

  • bytecode/CodeBlock.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/CodeBlock.h

    r65125 r66202  
    4848#endif
    4949
    50 // Register numbers used in bytecode operations have different meaning accoring to their ranges:
    51 //      0x80000000-0xFFFFFFFF  Negative indicies from the CallFrame pointer are entries in the call frame, see RegisterFile.h.
     50// Register numbers used in bytecode operations have different meaning according to their ranges:
     51//      0x80000000-0xFFFFFFFF  Negative indices from the CallFrame pointer are entries in the call frame, see RegisterFile.h.
    5252//      0x00000000-0x3FFFFFFF  Forwards indices from the CallFrame pointer are local vars and temporaries with the function's callframe.
    5353//      0x40000000-0x7FFFFFFF  Positive indices from 0x40000000 specify entries in the constant pool on the CodeBlock.
Note: See TracChangeset for help on using the changeset viewer.