summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctdb/server/ctdb_vacuum.c2
1 files changed, 1 insertions, 1 deletions
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);