From a07a1e20c53ebd883579c4a301b29a6b5a15f66d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 5 Apr 2008 00:43:57 +0000 Subject: Comment wrapping fix from [1958] --- lib/common/NamedLock.cpp | 8 +++++--- 1 file 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 // // -------------------------------------------------------------------------- -- cgit v1.2.3