From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: ctdb/server/ctdb_daemon.c: typo fixes X-Git-Tag: talloc-2.3.1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3754b64876e7d0c073d86bb6d2e29425d9e8d31;p=thirdparty%2Fsamba.git ctdb/server/ctdb_daemon.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c index c0553a18c14..d9a6bf6d741 100644 --- a/ctdb/server/ctdb_daemon.c +++ b/ctdb/server/ctdb_daemon.c @@ -573,15 +573,15 @@ static void reprocess_deferred_call(struct tevent_context *ev, fetch-lock has finished. at this stage, immediately start reprocessing the queued up deferred calls so they get reprocessed immediately (and since we are dmaster at - this stage, trigger the waiting smbd processes to pick up and aquire the + this stage, trigger the waiting smbd processes to pick up and acquire the record right away. */ static int deferred_fetch_queue_destructor(struct ctdb_deferred_fetch_queue *dfq) { - /* need to reprocess the packets from the queue explicitely instead of - just using a normal destructor since we want, need, to - call the clients in the same oder as the requests queued up + /* need to reprocess the packets from the queue explicitly instead of + just using a normal destructor since we need to + call the clients in the same order as the requests queued up */ while (dfq->deferred_calls != NULL) { struct ctdb_client *client;