From: Aaron Schulz Date: Sat, 24 Oct 2015 00:18:56 +0000 (-0700) Subject: Minor fix to primeFileCache() comment X-Git-Tag: 1.31.0-rc.0~9268^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=5262d41a6c35ad37b834a39059d650ebc348299a Minor fix to primeFileCache() comment Change-Id: I7d040c5a914574df72fa31612df0eb28e15fd46c --- 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];