summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-04-05 00:43:57 +0000
committerChris Wilson <chris+github@qwirx.com>2008-04-05 00:43:57 +0000
commita07a1e20c53ebd883579c4a301b29a6b5a15f66d (patch)
tree6470520e1cbf5eacd521eb314d21e660fac56409
parent057c2270b9f806268eee7dc9a3532e3f40784a01 (diff)
Comment wrapping fix from [1958]
-rw-r--r--lib/common/NamedLock.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/common/NamedLock.cpp b/lib/common/NamedLock.cpp
index 16c580ba..b3d0009b 100644
--- a/lib/common/NamedLock.cpp
+++ b/lib/common/NamedLock.cpp
@@ -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 @@ NamedLock::~NamedLock()
//
// 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
//
// --------------------------------------------------------------------------