persistentstorage/sql/SRC/Server/Compact/SqlCompactTimer.h
branchRCL_3
changeset 10 31a8f755b7fe
parent 9 667e88a979d7
--- a/persistentstorage/sql/SRC/Server/Compact/SqlCompactTimer.h	Mon Mar 15 12:46:30 2010 +0200
+++ b/persistentstorage/sql/SRC/Server/Compact/SqlCompactTimer.h	Thu Apr 01 00:19:42 2010 +0300
@@ -36,7 +36,7 @@
 method that can be used to delay the next compaction step, improving this way the SQL server responsiveness to 
 client requests.
 
-The CSqlCompactEntry objects needed compaction will be added at the front of the queue.
+The CSqlCompactEntry objects needing compaction will be added at the front of the queue.
 Every time when timer's RunL() method gets executed, the last element from the queue will be picked-up and one
 compaction step will be performed. When the CSqlCompactEntry object completes the compaction, it will remove
 itself from the queue.