[Box Backup-commit] COMMIT r2130 - box/trunk/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 5 Apr 2008 00:43:57 +0000 (UTC)
Author: chris
Date: 2008-04-05 00:43:57 +0000 (Sat, 05 Apr 2008)
New Revision: 2130
Modified:
box/trunk/lib/common/NamedLock.cpp
Log:
Comment wrapping fix from [1958]
Modified: box/trunk/lib/common/NamedLock.cpp
===================================================================
--- box/trunk/lib/common/NamedLock.cpp 2008-04-05 00:37:03 UTC (rev 2129)
+++ box/trunk/lib/common/NamedLock.cpp 2008-04-05 00:43:57 UTC (rev 2130)
@@ -2,7 +2,8 @@
//
// File
// Name: NamedLock.cpp
-// Purpose: A global named lock, implemented as a lock file in file system
+// Purpose: A global named lock, implemented as a lock file in
+// file system
// Created: 2003/08/28
//
// --------------------------------------------------------------------------
@@ -58,8 +59,9 @@
//
// Function
// Name: NamedLock::TryAndGetLock(const char *, int)
-// Purpose: Trys to get a lock on the name in the file system.
-// IMPORTANT NOTE: If a file exists with this name, it will be deleted.
+// Purpose: Tries to get a lock on the name in the file system.
+// IMPORTANT NOTE: If a file exists with this name, it
+// will be deleted.
// Created: 2003/08/28
//
// --------------------------------------------------------------------------