Changeset 1140 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
May 13, 2002, 7:56:45 PM (23 years ago)
Author:
darin
Message:
  • kjs/value.h: Fix comment typos.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/value.h

    r1126 r1140  
    9696
    9797#ifdef APPLE_CHANGES
    98     // The collecter lock is not locked around the ref() and unref()
     98    // The collector lock is not locked around the ref() and unref()
    9999    // methods for the following reasons:
    100100    //
    101     // - The only cases where chaging the refcount could possibly
     101    // - The only cases where changing the refcount could possibly
    102102    // affect the collector's behavior is incrementing from 0 to 1,
    103103    // and decrementing from 1 to 0.
Note: See TracChangeset for help on using the changeset viewer.