Changeset 1002


Ignore:
Timestamp:
12/10/2006 23:21:32 (5 years ago)
Author:
chris
Message:
  • Cosmetic fixes to comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/backupdiff/testbackupdiff.cpp

    r1001 r1002  
    487487#endif 
    488488 
    489         // Check that diffing against a file which isn't "complete" and referes another isn't allowed 
     489        // Check that diffing against a file which isn't "complete" and  
     490        // references another isn't allowed 
    490491        { 
    491492                FileStream blockindex("testfiles/f1.diff"); 
     
    499500        } 
    500501 
    501         // Found a nasty case where files of lots of the same thing sock up lots of processor 
    502         // time -- because of lots of matches found. Check this out! 
     502        // Found a nasty case where files of lots of the same thing  
     503        // suck up lots of processor time -- because of lots of matches  
     504        // found. Check this out! 
     505 
    503506        make_file_of_zeros("testfiles/zero.0", 20*1024*1024); 
    504507        make_file_of_zeros("testfiles/zero.1", 200*1024*1024); 
Note: See TracChangeset for help on using the changeset viewer.