Fix typos in a comment in vacuum_traverse.
authorMichael Adam <obnox@samba.org>
Mon, 20 Dec 2010 15:26:50 +0000 (16:26 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Mar 2011 22:21:23 +0000 (23:21 +0100)
server/ctdb_vacuum.c

index 4aac302dca715ea1f89120fc079b145c2b919043..f299007380f3760a0337c91ed3a2842d1afad7bb 100644 (file)
@@ -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
        */