Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/PROBE_SET/ps_bitset.hxx

    r5433 r6141  
    105105 
    106106    explicit PS_BitSet_Fast( bool _bias, long _capacity ) : PS_BitSet( _bias,_capacity ) { 
    107         // we just altered member functions so we dont do anything here 
     107        // we just altered member functions so we don't do anything here 
    108108        // but call correct base class constructor to prevent 
    109109        // the call of PS_BitSet() without parameters 
     
    389389 
    390390//   as i assume that a user of the _FAST variant knows how much 
    391 //   data will be stored in the set we dont adjust the given 
     391//   data will be stored in the set we don't adjust the given 
    392392//   capacity to bigger chunks as PS_BitSet::reserve does 
    393393bool PS_BitSet_Fast::reserve( const long _capacity ) {