Fix typo.

This commit is contained in:
Michael Lotz 2012-11-14 15:16:47 +01:00
parent ad53cd29cb
commit 963d68a632
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ BlockWriter::_BlockDone(cached_block* block, hash_iterator* iterator)
block->original_data = NULL;
}
// Has the previous transation been finished with that write?
// Has the previous transaction been finished with that write?
if (--previous->num_blocks == 0) {
TRACE(("cache transaction %ld finished!\n", previous->id));
T(Action("written", fCache, previous));