1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

vacuum: fix and improve a comment

(This used to be ctdb commit 0ed349c24c7399b3b440c1f5d573db77ddb988b3)
This commit is contained in:
Michael Adam 2011-12-13 16:05:05 +01:00
parent b09bd3e841
commit 1c0bc40961

View File

@ -671,8 +671,9 @@ static int ctdb_vacuum_db(struct ctdb_db_context *ctdb_db,
}
/*
* outdata countains the list of records coming back
* from the node which the node could not delete
* outdata contains the list of records coming back
* from the node: These are the records that the
* remote node could not delete.
*/
records = (struct ctdb_marshall_buffer *)outdata.dptr;
rec = (struct ctdb_rec_data *)&records->data[0];