Index: /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp
===================================================================
--- /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp	(revision 23672)
+++ /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp	(revision 23673)
@@ -25,5 +25,5 @@
  * http://en.wikipedia.org/wiki/Adaptive_Replacement_Cache
  *
- * The algorithm uses for LRU (Least frequently used) lists to store data in the cache.
+ * The algorithm uses four LRU (Least frequently used) lists to store data in the cache.
  * Two of them contain data where one stores entries which were accessed recently and one
  * which is used for frequently accessed data.
