Ignore:
Timestamp:
Apr 16, 2015, 4:21:01 PM (10 years ago)
Author:
[email protected]
Message:

Fixed some typos in a comment.

Not reviewed.

  • dfg/DFGGenerationInfo.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGGenerationInfo.h

    r163802 r182919  
    3939// === GenerationInfo ===
    4040//
    41 // This class is used to track the current status of a live values during code generation.
     41// This class is used to track the current status of live values during code generation.
    4242// Can provide information as to whether a value is in machine registers, and if so which,
    43 // whether a value has been spilled to the RegsiterFile, and if so may be able to provide
     43// whether a value has been spilled to the RegisterFile, and if so may be able to provide
    4444// details of the format in memory (all values are spilled in a boxed form, but we may be
    4545// able to track the type of box), and tracks how many outstanding uses of a value remain,
Note: See TracChangeset for help on using the changeset viewer.