From 8d49f4878cc2ba5ec8e5096e7477a3854440fbd0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 20 Dec 2010 16:26:50 +0100 Subject: Fix typos in a comment in vacuum_traverse. (This used to be ctdb commit 6a4df8242ee4d095ff03229a168b83bcd84c8a7a) --- ctdb/server/ctdb_vacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index 4aac302dca..f299007380 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -124,7 +124,7 @@ static int vacuum_traverse(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data, return 0; } - /* is this a records we could possibly delete? I.e. + /* Is this a record we could possibly delete? I.e. if the record is empty and also we are both lmaster and dmaster for the record we should be able to delete it */ -- cgit