summaryrefslogtreecommitdiff
path: root/source3/lib/g_lock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-15 16:35:06 +0100
committerVolker Lendecke <vl@samba.org>2010-02-15 16:36:20 +0100
commitbac235dd302570850bb25194ff4bd39b6d653f0d (patch)
treeac6bce74bb233f54ebf0c99b426bfcd5fc5538ed /source3/lib/g_lock.c
parent595982a47517bcae156820b34e7f21e56d2c25e3 (diff)
downloadsamba-bac235dd302570850bb25194ff4bd39b6d653f0d.tar.gz
samba-bac235dd302570850bb25194ff4bd39b6d653f0d.tar.bz2
samba-bac235dd302570850bb25194ff4bd39b6d653f0d.zip
s3: Fix a typo
Diffstat (limited to 'source3/lib/g_lock.c')
-rw-r--r--source3/lib/g_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c
index 37fb7ce3b8..26b079d3bc 100644
--- a/source3/lib/g_lock.c
+++ b/source3/lib/g_lock.c
@@ -338,7 +338,7 @@ NTSTATUS g_lock_lock(struct g_lock_ctx *ctx, const char *name,
* for writing and some other process already holds a lock
* on the registry.tdb.
*
- * So as a quick fix, we act a little corasely here: we do
+ * So as a quick fix, we act a little coarsely here: we do
* a select on the ctdb connection fd and when it is readable
* or we get EINTR, then we retry without actually parsing
* any ctdb packages or dispatching messages. This means that