From 93148b5308306c27b0b672c565c7b324ab263bd0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 20 Dec 2010 16:26:50 +0100 Subject: [PATCH] Fix typos in a comment in vacuum_traverse. --- server/ctdb_vacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ctdb_vacuum.c b/server/ctdb_vacuum.c index 4aac302d..f2990073 100644 --- a/server/ctdb_vacuum.c +++ b/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 */ -- 2.34.1