summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-12-20 16:26:50 +0100
committerMichael Adam <obnox@samba.org>2011-03-09 21:14:14 +0100
commit8d49f4878cc2ba5ec8e5096e7477a3854440fbd0 (patch)
tree906dc1f80d70f9fff0b423e625c7c64f63c0e6aa
parenteb5a0cc1e22149337e49eb129f6ea90e21aa0889 (diff)
downloadsamba-8d49f4878cc2ba5ec8e5096e7477a3854440fbd0.tar.gz
samba-8d49f4878cc2ba5ec8e5096e7477a3854440fbd0.tar.xz
samba-8d49f4878cc2ba5ec8e5096e7477a3854440fbd0.zip
Fix typos in a comment in vacuum_traverse.
(This used to be ctdb commit 6a4df8242ee4d095ff03229a168b83bcd84c8a7a)
-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 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
*/