fix cap. typo

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@236 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2010-05-20 01:17:59 +00:00
parent f91009d870
commit 31e5f9091b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <ProfUSE/Lock.h>
#include <ProFUSE/Lock.h>
using namespace ProFUSE;
@ -25,4 +25,4 @@ void Lock::unlock()
bool Lock::tryLock()
{
return pthread_mutex_trylock(&_mutex) == 0;
}
}