Changeset 200970 in webkit


Ignore:
Timestamp:
May 16, 2016, 2:53:44 PM (9 years ago)
Author:
Konstantin Tokarev
Message:

Unreviewed, fixed typo in a comment.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r200958 r200970  
     12016-05-16  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        Unreviewed, fixed typo in a comment.
     4
     5        * assembler/MacroAssembler.h: Replaced "onvenience" with
     6        "convenience".
     7
    182016-05-16  Filip Pizlo  <fpizlo@apple.com>
    29
  • trunk/Source/JavaScriptCore/assembler/MacroAssembler.h

    r199792 r200970  
    272272#endif
    273273
    274     // Platform agnostic onvenience functions,
     274    // Platform agnostic convenience functions,
    275275    // described in terms of other macro assembly methods.
    276276    void pop()
Note: See TracChangeset for help on using the changeset viewer.