diff options
author | Michael Adam <obnox@samba.org> | 2011-11-25 13:54:48 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-26 00:34:57 +0100 |
commit | a4988be457a440362c48a87da4cfb6651273d14f (patch) | |
tree | 740bacfa62e5fc466d8d8ba98fac5fa2085f80b3 | |
parent | f14b730adba96e7bdccfb27ea5ab5c76492ad265 (diff) | |
download | samba-a4988be457a440362c48a87da4cfb6651273d14f.tar.gz samba-a4988be457a440362c48a87da4cfb6651273d14f.tar.xz samba-a4988be457a440362c48a87da4cfb6651273d14f.zip |
vacuum: fix a comment typo in vacuum_traverse()
(This used to be ctdb commit 88ad1e75c686cd47aec18b0a8eb93c3b125f0e97)
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 2 |
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); |