Minor fix to primeFileCache() comment
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Oct 2015 00:18:56 +0000 (17:18 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Oct 2015 00:18:56 +0000 (17:18 -0700)
Change-Id: I7d040c5a914574df72fa31612df0eb28e15fd46c

includes/filebackend/FileBackendStore.php

index 9433964..e5ce968 100644 (file)
@@ -1752,7 +1752,7 @@ abstract class FileBackendStore extends FileBackend {
                                $pathNames[$this->fileCacheKey( $path )] = $path;
                        }
                }
                                $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];
                $values = $this->memCache->getMulti( array_keys( $pathNames ) );
                foreach ( $values as $cacheKey => $val ) {
                        $path = $pathNames[$cacheKey];