1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

vacuum: fix a comment typo in vacuum_traverse()

(This used to be ctdb commit 39a5c0d8cca4ce5e8bc7055739a6377fb2dc36e0)
This commit is contained in:
Michael Adam 2011-11-25 13:34:15 +01:00
parent 586d8f6883
commit ac2bf0ebf4

View File

@ -236,7 +236,7 @@ static int vacuum_traverse(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data,
}
if (data.dsize != sizeof(struct ctdb_ltdb_header)) {
/* its not a deleted record */
/* it is not a deleted record */
vdata->full_skipped++;
return 0;
}