From 7641f941e73f06171b7a28f7f0a2f79fb003ba30 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 15 Feb 2010 16:35:06 +0100 Subject: [PATCH] s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d653f0d) (cherry picked from commit 8d4a14f3aa04812cd81aa4d56b878169dc41899c) --- source3/lib/g_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c index 37fb7ce3b8d..26b079d3bc0 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 -- 2.11.4.GIT