From 963d68a6321c389e781a47de091fe90f1435036e Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 14 Nov 2012 15:16:47 +0100 Subject: [PATCH] Fix typo. --- src/system/kernel/cache/block_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/cache/block_cache.cpp b/src/system/kernel/cache/block_cache.cpp index b18dc1baec..6e60ce1929 100644 --- a/src/system/kernel/cache/block_cache.cpp +++ b/src/system/kernel/cache/block_cache.cpp @@ -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));