summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-02-07 14:11:19 +0100
committerJeremy Allison <jra@samba.org>2014-04-30 21:05:09 +0200
commit8dede57741f4c77c8909b3b44b2668bcec9f6975 (patch)
tree842464a1bc6ec345983178b9468ac9e64ff954ff /ctdb
parent042f94b560344bd5481a334e5c552826c76749e2 (diff)
downloadsamba-8dede57741f4c77c8909b3b44b2668bcec9f6975.tar.gz
samba-8dede57741f4c77c8909b3b44b2668bcec9f6975.tar.xz
samba-8dede57741f4c77c8909b3b44b2668bcec9f6975.zip
ctdb: Fix a comment typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Apr 30 21:05:09 CEST 2014 on sn-devel-104
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_lock.c b/ctdb/server/ctdb_lock.c
index 339a9d25c0d..90f74e4fc3a 100644
--- a/ctdb/server/ctdb_lock.c
+++ b/ctdb/server/ctdb_lock.c
@@ -242,7 +242,7 @@ static int db_lock_unmark_handler(struct ctdb_db_context *ctdb_db, uint32_t prio
int ctdb_lockall_unmark_prio(struct ctdb_context *ctdb, uint32_t priority)
{
/*
- * This function is only used by the main dameon during recovery.
+ * This function is only used by the main daemon during recovery.
* At this stage, the databases have already been locked, by a
* dedicated child process. The freeze_mode variable is used to track
* whether the actual locks are held by the child process or not.