From 5262d41a6c35ad37b834a39059d650ebc348299a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 23 Oct 2015 17:18:56 -0700 Subject: [PATCH] Minor fix to primeFileCache() comment Change-Id: I7d040c5a914574df72fa31612df0eb28e15fd46c --- includes/filebackend/FileBackendStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filebackend/FileBackendStore.php b/includes/filebackend/FileBackendStore.php index 94339643d9..e5ce968a97 100644 --- a/includes/filebackend/FileBackendStore.php +++ b/includes/filebackend/FileBackendStore.php @@ -1752,7 +1752,7 @@ abstract class FileBackendStore extends FileBackend { $pathNames[$this->fileCacheKey( $path )] = $path; } } - // Get all cache entries for these container cache keys... + // Get all cache entries for these file cache keys... $values = $this->memCache->getMulti( array_keys( $pathNames ) ); foreach ( $values as $cacheKey => $val ) { $path = $pathNames[$cacheKey]; -- 2.20.1