Changeset 2130


Ignore:
Timestamp:
05/04/2008 01:43:57 (4 years ago)
Author:
chris
Message:

Comment wrapping fix from [1958]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/NamedLock.cpp

    r1915 r2130  
    33// File 
    44//              Name:    NamedLock.cpp 
    5 //              Purpose: A global named lock, implemented as a lock file in file system 
     5//              Purpose: A global named lock, implemented as a lock file in 
     6//                       file system 
    67//              Created: 2003/08/28 
    78// 
     
    5960// Function 
    6061//              Name:    NamedLock::TryAndGetLock(const char *, int) 
    61 //              Purpose: Trys to get a lock on the name in the file system. 
    62 //                       IMPORTANT NOTE: If a file exists with this name, it will be deleted. 
     62//              Purpose: Tries to get a lock on the name in the file system. 
     63//                       IMPORTANT NOTE: If a file exists with this name, it 
     64//                       will be deleted. 
    6365//              Created: 2003/08/28 
    6466// 
Note: See TracChangeset for help on using the changeset viewer.