From a4988be457a440362c48a87da4cfb6651273d14f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 25 Nov 2011 13:54:48 +0100 Subject: vacuum: fix a comment typo in vacuum_traverse() (This used to be ctdb commit 88ad1e75c686cd47aec18b0a8eb93c3b125f0e97) --- 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 c13490816b..322d1b34ba 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -250,7 +250,7 @@ static int vacuum_traverse(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data, if (lmaster == ctdb->pnn) { /* - * We are both lmaster and dmaster, and the record * is empty. + * We are both lmaster and dmaster, and the record is empty. * So we should be able to delete it. */ res = add_record_to_delete_tree(vdata, key, hdr); -- cgit